diff options
author | Adam Schwalm <adamschwalm@gmail.com> | 2021-09-18 04:20:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 04:20:31 (GMT) |
commit | a6e8db5e8e6780411db749d404715dbe021647c7 (patch) | |
tree | dd2b82a52745e2f764788b613fc928670c01f026 /Misc | |
parent | af08f1ba40505bf1380c08b57ba4e0b8969a8358 (diff) | |
download | cpython-a6e8db5e8e6780411db749d404715dbe021647c7.zip cpython-a6e8db5e8e6780411db749d404715dbe021647c7.tar.gz cpython-a6e8db5e8e6780411db749d404715dbe021647c7.tar.bz2 |
bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-09-17-16-55-37.bpo-45235.sXnmPA.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-09-17-16-55-37.bpo-45235.sXnmPA.rst b/Misc/NEWS.d/next/Library/2021-09-17-16-55-37.bpo-45235.sXnmPA.rst new file mode 100644 index 0000000..871ec52 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-09-17-16-55-37.bpo-45235.sXnmPA.rst @@ -0,0 +1,2 @@ +Fix an issue where argparse would not preserve values in a provided namespace
+when using a subparser with defaults.
\ No newline at end of file |