[issue10680] argparse: titles and add_mutually_exclusive_group don't mix (even with workaround)

Martin v. Löwis report at bugs.python.org
Mon Dec 20 01:34:08 CET 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

The problem is that the nested group doesn't share/propagate mutually exclusive groups with its parent container. The attached patch fixes this.

----------
keywords: +patch
Added file: http://bugs.python.org/file20114/argparse.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10680>
_______________________________________


More information about the Python-bugs-list mailing list