[issue17218] support title and description in argparse add_mutually_exclusive_group

paul j3 report at bugs.python.org
Fri Apr 18 01:22:20 CEST 2014


paul j3 added the comment:

oops - one more glitch (revealed by TestMutuallyExclusiveInGroup):

'add_mutually_exclusive_group' accepts a 'required' argument, but 'add_argument_group' does not.  So 'add_titled_mutually_exclusive_group' needs to be changed to temporarily remove that argument (if given).

----------

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


More information about the Python-bugs-list mailing list