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 barry
Recipients barry
Date 2016-09-20.21:09:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474405749.18.0.0501081885356.issue28220@psf.upfronthosting.co.za>
In-reply-to
Content
The workaround is to do something like:

group = parser.add_argument_group(title, description)
me_group = group.add_mutually_exclusive_group()
me_group.add_argument(...blah blah blah...)
History
Date User Action Args
2016-09-20 21:09:09barrysetrecipients: + barry
2016-09-20 21:09:09barrysetmessageid: <1474405749.18.0.0501081885356.issue28220@psf.upfronthosting.co.za>
2016-09-20 21:09:09barrylinkissue28220 messages
2016-09-20 21:09:09barrycreate