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 cybertreiber
Recipients Arfrever, barry, cybertreiber, paul.j3, r.david.murray, ustinov
Date 2020-03-23.20:01:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584993702.52.0.663857861683.issue19462@roundup.psfhosted.org>
In-reply-to
Content
@paul j3
FWIW, popping optionals from a cache that is maintained in addition to self._actions, makes special conflict handling unnecessary.

i.e.:
        for option_string in a.option_strings:
            parser._option_string_actions.pop(option_string)
History
Date User Action Args
2020-03-23 20:01:42cybertreibersetrecipients: + cybertreiber, barry, Arfrever, r.david.murray, paul.j3, ustinov
2020-03-23 20:01:42cybertreibersetmessageid: <1584993702.52.0.663857861683.issue19462@roundup.psfhosted.org>
2020-03-23 20:01:42cybertreiberlinkissue19462 messages
2020-03-23 20:01:42cybertreibercreate