Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[3.12] gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH-125210) #125309

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

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

miss-islington
Copy link
Contributor

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

Previously, all nested mutually exclusive groups lost their connection
to the group containing them and were displayed as belonging directly
to the parser.

(cherry picked from commit 18c7449)

Co-authored-by: Serhiy Storchaka [email protected]
Co-authored-by: Danica J. Sutherland [email protected]

…n argparse (pythonGH-125210)

Previously, all nested mutually exclusive groups lost their connection
to the group containing them and were displayed as belonging directly
to the parser.

(cherry picked from commit 18c7449)

Co-authored-by: Serhiy Storchaka <[email protected]>
Co-authored-by: Danica J. Sutherland <[email protected]>
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) October 11, 2024 08:46
@serhiy-storchaka serhiy-storchaka merged commit 23cefd9 into python:3.12 Oct 11, 2024
27 of 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.

2 participants