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 signing_agreement
Recipients signing_agreement
Date 2020-01-02.20:07:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577995665.78.0.21290537011.issue39197@roundup.psfhosted.org>
In-reply-to
Content
add_mutually_exclusive_group has one flag, required=False. Yet, regardless of specifying required=True, the help message calls the group "optional arguments". It would be nice to be able to add title and description for mutually exclusive groups.

Right now, programmers can only do changes via
parser._action_groups[1].title = 'mutually exclusive required arguments'
History
Date User Action Args
2020-01-02 20:07:45signing_agreementsetrecipients: + signing_agreement
2020-01-02 20:07:45signing_agreementsetmessageid: <1577995665.78.0.21290537011.issue39197@roundup.psfhosted.org>
2020-01-02 20:07:45signing_agreementlinkissue39197 messages
2020-01-02 20:07:45signing_agreementcreate