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 tati_alchueyr
Recipients bethard, chris.jerdonek, paul.j3, r.david.murray, tati_alchueyr, tshepang
Date 2014-04-14.20:03:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397505836.14.0.0450815765543.issue17218@psf.upfronthosting.co.za>
In-reply-to
Content
My proposal is that both:
- add_mutually_exclusive_group()
- add_argument_group()

print optional arguments in the same way when title and/or description are provided.

I've attached a test case of the proposed behavior.

Please, let me know if you have any objections or suggestions! :)

I'm working on the implementation right now.

Note: it is outside the existing Lib/test/test_argparse.py for clarifying the idea.

BTW: thanks to r.david.murray for mentoring and discussing use cases!
History
Date User Action Args
2014-04-14 20:03:56tati_alchueyrsetrecipients: + tati_alchueyr, bethard, r.david.murray, chris.jerdonek, tshepang, paul.j3
2014-04-14 20:03:56tati_alchueyrsetmessageid: <1397505836.14.0.0450815765543.issue17218@psf.upfronthosting.co.za>
2014-04-14 20:03:56tati_alchueyrlinkissue17218 messages
2014-04-14 20:03:55tati_alchueyrcreate