New submission from Chris Jerdonek:

This issue is to add to argparse's add_mutually_exclusive_group() method 
support for passing a title and description.  From the argparse docs:

"Note that currently mutually exclusive argument groups do not support the 
title and description arguments of add_argument_group()."

(from 
http://docs.python.org/dev/library/argparse.html#argparse.add_mutually_exclusive_group
 )

----------
components: Library (Lib)
messages: 182251
nosy: bethard, chris.jerdonek
priority: normal
severity: normal
stage: test needed
status: open
title: support title and description in argparse add_mutually_exclusive_group
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17218>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to