summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-12 18:44:25 (GMT)
committerGitHub <noreply@github.com>2021-11-12 18:44:25 (GMT)
commit587ff7f50bcbfd8346c6d5db459a1628a350c04d (patch)
tree6719e39328cb8ce3d490ca6532797bb64ebf14fb /Misc
parent8b6a474071bcc88ec3453e16f079181e551513c3 (diff)
downloadcpython-587ff7f50bcbfd8346c6d5db459a1628a350c04d.zip
cpython-587ff7f50bcbfd8346c6d5db459a1628a350c04d.tar.gz
cpython-587ff7f50bcbfd8346c6d5db459a1628a350c04d.tar.bz2
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29531)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-11-11-13-03-17.bpo-45235.8ZbkHa.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-11-11-13-03-17.bpo-45235.8ZbkHa.rst b/Misc/NEWS.d/next/Library/2021-11-11-13-03-17.bpo-45235.8ZbkHa.rst
new file mode 100644
index 0000000..f73589c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-11-11-13-03-17.bpo-45235.8ZbkHa.rst
@@ -0,0 +1,3 @@
+Reverted an argparse bugfix that caused regression in the handling of
+default arguments for subparsers. This prevented leaf level arguments from
+taking precedence over root level arguments.