Skip to content

[3.12] gh-58282: Fix support of tuple metavar for positional arguments in argparse (GH-124782)#124881

Merged
serhiy-storchaka merged 1 commit intopython:3.12from
miss-islington:backport-9b31a2d-3.12
Oct 2, 2024
Merged

[3.12] gh-58282: Fix support of tuple metavar for positional arguments in argparse (GH-124782)#124881
serhiy-storchaka merged 1 commit intopython:3.12from
miss-islington:backport-9b31a2d-3.12

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Oct 2, 2024

Previously, formatting help output or error message for positional argument
with a tuple metavar raised exception.

(cherry picked from commit 9b31a2d)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Cyker Way cykerway@gmail.com

… in argparse (pythonGH-124782)

Previously, formatting help output or error message for positional argument
with a tuple metavar raised exception.

(cherry picked from commit 9b31a2d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Cyker Way <cykerway@gmail.com>
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.

2 participants