This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients bethard, chris.jerdonek
Date 2013-02-17.00:38:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361061502.09.0.252084655816.issue17218@psf.upfronthosting.co.za>
In-reply-to
Content
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 )
History
Date User Action Args
2013-02-17 00:38:22chris.jerdoneksetrecipients: + chris.jerdonek, bethard
2013-02-17 00:38:22chris.jerdoneksetmessageid: <1361061502.09.0.252084655816.issue17218@psf.upfronthosting.co.za>
2013-02-17 00:38:21chris.jerdoneklinkissue17218 messages
2013-02-17 00:38:21chris.jerdonekcreate