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.9] bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420) #28443

Merged
merged 1 commit into from
Sep 18, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 18, 2021

(cherry picked from commit a6e8db5)

Co-authored-by: Adam Schwalm adamschwalm@gmail.com

https://bugs.python.org/issue45235

@miss-islington
Copy link
Contributor Author

@ALSchwalm and @rhettinger: Status check is done, and it's a success ✅ .

@bedevere-bot bedevere-bot added type-bug An unexpected behavior, bug, or error awaiting review labels Sep 18, 2021
…ythonGH-28420)

(cherry picked from commit a6e8db5)

Co-authored-by: Adam Schwalm <adamschwalm@gmail.com>
@miss-islington
Copy link
Contributor Author

@ALSchwalm and @rhettinger: Status check is done, and it's a success ✅ .

@rhettinger rhettinger merged commit a18d522 into python:3.9 Sep 18, 2021
@miss-islington miss-islington deleted the backport-a6e8db5-3.9 branch September 18, 2021 06:47
rhettinger added a commit to rhettinger/cpython that referenced this pull request Nov 11, 2021
rhettinger added a commit that referenced this pull request Nov 12, 2021
* Revert "bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420) (GH-28443)"

This reverts commit a18d522.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 12, 2021
…GH-29525)

* Revert "bpo-45235: Fix argparse overrides namespace with subparser defaults (pythonGH-28420) (pythonGH-28443)"

This reverts commit a18d522.
(cherry picked from commit 807f839)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 12, 2021
…GH-29525)

* Revert "bpo-45235: Fix argparse overrides namespace with subparser defaults (pythonGH-28420) (pythonGH-28443)"

This reverts commit a18d522.
(cherry picked from commit 807f839)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
…GH-29525)

* Revert "bpo-45235: Fix argparse overrides namespace with subparser defaults (pythonGH-28420) (pythonGH-28443)"

This reverts commit a18d522.
remykarem pushed a commit to remykarem/cpython that referenced this pull request Jan 30, 2022
…GH-29525)

* Revert "bpo-45235: Fix argparse overrides namespace with subparser defaults (pythonGH-28420) (pythonGH-28443)"

This reverts commit a18d522.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants