summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-30 12:19:35 (GMT)
committerGeorg Brandl <georg@python.org>2011-01-30 12:19:35 (GMT)
commit0f6b47a338fdc0063c651657fcbb6908da27f0b9 (patch)
treedd9fadce4192f09548ba1851fbd5381d6f2120e2 /Misc
parentd2f3857c40a340f252397eb16b4289403af8bf76 (diff)
downloadcpython-0f6b47a338fdc0063c651657fcbb6908da27f0b9.zip
cpython-0f6b47a338fdc0063c651657fcbb6908da27f0b9.tar.gz
cpython-0f6b47a338fdc0063c651657fcbb6908da27f0b9.tar.bz2
#10680: fix mutually exclusive arguments in argument groups.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 80c4639..c58114a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,9 @@ Library
- Issue #10961: The new pydoc server now better handles exceptions raised
during request handling.
+- Issue #10680: Fix mutually exclusive arguments for argument groups in
+ argparse.
+
Build
-----