summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-12 18:44:55 (GMT)
committerGitHub <noreply@github.com>2021-11-12 18:44:55 (GMT)
commite4c5a5eabadd1dcd0b522ffbd70157cd95506ad1 (patch)
treed17273118295c536b076d4e571c9501a4d431e7c /Misc/NEWS.d
parent628667ac9a634c7a7fa7f681dd2f98ff5841c843 (diff)
downloadcpython-e4c5a5eabadd1dcd0b522ffbd70157cd95506ad1.zip
cpython-e4c5a5eabadd1dcd0b522ffbd70157cd95506ad1.tar.gz
cpython-e4c5a5eabadd1dcd0b522ffbd70157cd95506ad1.tar.bz2
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29530)
Diffstat (limited to 'Misc/NEWS.d')
-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.