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 Endre
Recipients Endre, berker.peksag, xiang.zhang
Date 2016-05-04.16:28:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462379321.14.0.435390681676.issue26952@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Thanks for taking a look at it.
I have only tried it with argparse-1.4.0.

"I don't think add_mutually_exclusive_group and add_argument_group are designed to work together."

Yes, it really works strange in this case. I guess the framework should raise an exception which states that this use case is not supported, e.g. at the "serverGroup = mutexGroup.add_argument_group('serverGroup')
" line.
History
Date User Action Args
2016-05-04 16:28:41Endresetrecipients: + Endre, berker.peksag, xiang.zhang
2016-05-04 16:28:41Endresetmessageid: <1462379321.14.0.435390681676.issue26952@psf.upfronthosting.co.za>
2016-05-04 16:28:41Endrelinkissue26952 messages
2016-05-04 16:28:41Endrecreate