X Tutup
Skip to content

[3.12] gh-58573: Fix conflicts between abbreviated long options in the parent parser and subparsers in argparse (GH-124631)#124759

Merged
serhiy-storchaka merged 1 commit intopython:3.12from
miss-islington:backport-3f27153-3.12
Sep 29, 2024
Merged

[3.12] gh-58573: Fix conflicts between abbreviated long options in the parent parser and subparsers in argparse (GH-124631)#124759
serhiy-storchaka merged 1 commit intopython:3.12from
miss-islington:backport-3f27153-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 29, 2024

Check for ambiguous options if the option is consumed, not when it is
parsed.
(cherry picked from commit 3f27153)

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

… parent parser and subparsers in argparse (pythonGH-124631)

Check for ambiguous options if the option is consumed, not when it is
parsed.
(cherry picked from commit 3f27153)

Co-authored-by: Serhiy Storchaka <storchaka@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

X Tutup