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

[3.12] bpo-44864: Do not translate user-provided strings in ArgumentParser.add_subparsers() (GH-27667) #124505

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

miss-islington
Copy link
Contributor

Call _() on literal strings only.
(cherry picked from commit d3c76df)

Co-authored-by: Jérémie Detrey jdetrey@users.noreply.github.com

…dd_subparsers() (pythonGH-27667)

Call _() on literal strings only.
(cherry picked from commit d3c76df)

Co-authored-by: Jérémie Detrey <jdetrey@users.noreply.github.com>
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) September 25, 2024 10:09
@serhiy-storchaka serhiy-storchaka merged commit 306368c into python:3.12 Sep 25, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants