summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPayton <72841140+paytonward6@users.noreply.github.com>2024-09-24 14:14:35 (GMT)
committerGitHub <noreply@github.com>2024-09-24 14:14:35 (GMT)
commitd21b0b5d36834d4d35aec3a01661597019594936 (patch)
tree93a77ac4e1b78c595e54c4f59dc283de20070d4c /Misc
parent4a5e4aade420c594c5b3fe0589e9e6b444bd6ee5 (diff)
downloadcpython-d21b0b5d36834d4d35aec3a01661597019594936.zip
cpython-d21b0b5d36834d4d35aec3a01661597019594936.tar.gz
cpython-d21b0b5d36834d4d35aec3a01661597019594936.tar.bz2
gh-113008: Correct argparse usage output for required, mutually exclusive groups (GH-113085)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-12-14-13-43-27.gh-issue-113008.jWYn8T.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-12-14-13-43-27.gh-issue-113008.jWYn8T.rst b/Misc/NEWS.d/next/Library/2023-12-14-13-43-27.gh-issue-113008.jWYn8T.rst
new file mode 100644
index 0000000..0f2a442
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-12-14-13-43-27.gh-issue-113008.jWYn8T.rst
@@ -0,0 +1 @@
+Correct argparse usage output for required, mutually exclusive groups containing a positional argument