8000 Add PYTHONCOERCECLOCALE to the help of the command line · Issue #74821 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Add PYTHONCOERCECLOCALE to the help of the command line #74821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
matrixise opened this issue Jun 12, 2017 · 6 comments
Closed

Add PYTHONCOERCECLOCALE to the help of the command line #74821

matrixise opened this issue Jun 12, 2017 · 6 comments
Labels
3.7 (EOL) end of life interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@matrixise
Copy link
Member
BPO 30636
Nosy @ncoghlan, @matrixise
PRs
  • bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line #2125
  • bpo-30636: Fix PYTHONCOERCECLOCALE help indentation #2131
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2017-06-13.01:31:43.428>
    created_at = <Date 2017-06-12.09:55:38.049>
    labels = ['interpreter-core', 'type-feature', '3.7']
    title = 'Add PYTHONCOERCECLOCALE to the help of the command line'
    updated_at = <Date 2017-06-13.01:31:43.427>
    user = 'https://github.com/matrixise'

    bugs.python.org fields:

    activity = <Date 2017-06-13.01:31:43.427>
    actor = 'ncoghlan'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-06-13.01:31:43.428>
    closer = 'ncoghlan'
    components = ['Interpreter Core']
    creation = <Date 2017-06-12.09:55:38.049>
    creator = 'matrixise'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30636
    keywords = []
    message_count = 6.0
    messages = ['295763', '295768', '295776', '295777', '295833', '295834']
    nosy_count = 2.0
    nosy_names = ['ncoghlan', 'matrixise']
    pr_nums = ['2125', '2131']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue30636'
    versions = ['Python 3.7']

    @matrixise
    Copy link
    Member Author

    Add the description of PYTHONCOERCECLOCALE in the command line.

    @matrixise matrixise added the 3.7 (EOL) end of life label Jun 12, 2017
    @ncoghlan
    Copy link
    Contributor

    New changeset 7d1017d by Nick Coghlan (Stéphane Wirtel) in branch 'master':
    bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line (GH-2125)
    7d1017d

    @ncoghlan ncoghlan added the type-feature A feature request or enhancement label Jun 12, 2017
    @ncoghlan
    Copy link
    Contributor

    I just noticed that there's a line-wrapping problem in the patch as-merged. The output ends up being:

    PYTHONCOERCECLOCALE: if this variable is set to 0, it disables the locale
    coercion behavior

    It should either match the immediately preceding settings, which use a three space indent:

    PYTHONMALLOC: set the Python memory allocators and/or install debug hooks
    on Python memory allocators. Use PYTHONMALLOC=debug to install debug
    hooks.

    While some of the earlier ones align the continuation line with the opening text on the first line, those are all for much shorter variable names.

    @ncoghlan ncoghlan added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jun 12, 2017
    @ncoghlan ncoghlan reopened this Jun 12, 2017
    @matrixise
    Copy link
    Member Author

    yep, I see that, I fix it asap

    @ncoghlan
    Copy link
    Contributor

    New changeset 81f67b6 by Nick Coghlan (Stéphane Wirtel) in branch 'master':
    bpo-30636: Fix the indentation for the help (bpo-2131)
    81f67b6

    @ncoghlan
    Copy link
    Contributor

    Thanks once again! :)

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants
    0