Skip to content
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

Incomplete Internationalization in Argparse Module #70913

Closed
NoSuck mannequin opened this issue Apr 9, 2016 · 2 comments
Closed

Incomplete Internationalization in Argparse Module #70913

NoSuck mannequin opened this issue Apr 9, 2016 · 2 comments
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes easy stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@NoSuck
Copy link
Mannequin

NoSuck mannequin commented Apr 9, 2016

BPO 26726
Nosy @berkerpeksag, @NoSuck, @iritkatriel
Superseder
  • bpo-39464: Allow translating argparse error messages
  • Files
  • argparse_i18n.patch: Tiny patch for argparse.py
  • 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 2021-12-14.16:22:44.326>
    created_at = <Date 2016-04-09.22:53:33.487>
    labels = ['easy', 'type-bug', '3.9', '3.10', '3.11', 'library']
    title = 'Incomplete Internationalization in Argparse Module'
    updated_at = <Date 2021-12-14.16:22:44.325>
    user = 'https://github.com/NoSuck'

    bugs.python.org fields:

    activity = <Date 2021-12-14.16:22:44.325>
    actor = 'iritkatriel'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-12-14.16:22:44.326>
    closer = 'iritkatriel'
    components = ['Library (Lib)']
    creation = <Date 2016-04-09.22:53:33.487>
    creator = 'IronGrid'
    dependencies = []
    files = ['42416']
    hgrepos = []
    issue_num = 26726
    keywords = ['patch', 'easy']
    message_count = 2.0
    messages = ['263116', '408544']
    nosy_count = 3.0
    nosy_names = ['berker.peksag', 'IronGrid', 'iritkatriel']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '39464'
    type = 'behavior'
    url = 'https://bugs.python.org/issue26726'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    @NoSuck
    Copy link
    Mannequin Author

    NoSuck mannequin commented Apr 9, 2016

    The attached, teensy-weensy patch passes to gettext() a string which had previously been passed as-is. Relevant mailing list message:

    http://article.gmane.org/gmane.comp.python.devel/157035

    @NoSuck NoSuck mannequin added the type-bug An unexpected behavior, bug, or error label Apr 9, 2016
    @SilentGhost SilentGhost mannequin added the stdlib Python modules in the Lib dir label Apr 10, 2016
    @iritkatriel iritkatriel added easy 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes labels Dec 14, 2021
    @iritkatriel
    Copy link
    Member

    Closing as duplicate of bpo-39464, which has a GitHub PR.

    @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.9 only security fixes 3.10 only security fixes 3.11 only security fixes easy stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant