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 Jacktose
Recipients Albert White, Jacktose, Martin.d'Anjou, Oliver.Smith, benschmaus, bethard, docs@python, eric.araujo, eric.smith, martin.panter, mburger, paul.j3, r.david.murray, rhartkopf, rhettinger, shaharg, terry.reedy, tonygaetani, tshepang
Date 2018-10-08.23:34:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539041658.08.0.545547206417.issue9694@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to note that this also happens with a required mutually exclusive group:

group = parser.add_mutually_exclusive_group(required=True)

The arguments in the group are listed under “optional arguments:”.

I'm guessing the mechanism is the same.
History
Date User Action Args
2018-10-08 23:34:18Jacktosesetrecipients: + Jacktose, rhettinger, terry.reedy, bethard, eric.smith, eric.araujo, r.david.murray, docs@python, benschmaus, tshepang, martin.panter, paul.j3, mburger, Martin.d'Anjou, Oliver.Smith, rhartkopf, Albert White, tonygaetani, shaharg
2018-10-08 23:34:18Jacktosesetmessageid: <1539041658.08.0.545547206417.issue9694@psf.upfronthosting.co.za>
2018-10-08 23:34:18Jacktoselinkissue9694 messages
2018-10-08 23:34:18Jacktosecreate