summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-10-09-21-42-43.gh-issue-61011.pQXZb1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2024-10-09-21-42-43.gh-issue-61011.pQXZb1.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2024-10-09-21-42-43.gh-issue-61011.pQXZb1.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-09-21-42-43.gh-issue-61011.pQXZb1.rst b/Misc/NEWS.d/next/Library/2024-10-09-21-42-43.gh-issue-61011.pQXZb1.rst
deleted file mode 100644
index 20f9c0b..0000000
--- a/Misc/NEWS.d/next/Library/2024-10-09-21-42-43.gh-issue-61011.pQXZb1.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Fix inheritance of nested mutually exclusive groups from parent parser in
-:class:`argparse.ArgumentParser`. Previously, all nested mutually exclusive
-groups lost their connection to the group containing them and were displayed
-as belonging directly to the parser.