[New-bugs-announce] [issue28220] argparse's add_mutually_exclusive_group() should accept title and description

Barry A. Warsaw report at bugs.python.org
Tue Sep 20 16:59:59 EDT 2016


New submission from Barry A. Warsaw:

I'd love to sneak this into 3.6, but I can accept being too late.  In any case, _MutuallyExclusiveGroup.__init__() should accept title and description arguments and pass them to the super class.  Otherwise, you can't great a mutually exclusive group that also essentially acts as an argument group.

----------
components: Library (Lib)
messages: 277067
nosy: barry
priority: normal
severity: normal
status: open
title: argparse's add_mutually_exclusive_group() should accept title and description
versions: Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list