diff options
author | Georg Brandl <georg@python.org> | 2011-01-30 12:19:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-30 12:19:35 (GMT) |
commit | 0f6b47a338fdc0063c651657fcbb6908da27f0b9 (patch) | |
tree | dd9fadce4192f09548ba1851fbd5381d6f2120e2 /Misc | |
parent | d2f3857c40a340f252397eb16b4289403af8bf76 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |