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 paul.j3
Recipients ALSchwalm, miss-islington, paul.j3, rhettinger
Date 2021-10-25.18:47:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635187624.3.0.813992936461.issue45235@roundup.psfhosted.org>
In-reply-to
Content
I just downloaded this `argparse.py`.

This change makes it impossible to use a subparser argument if it is defined in the user provided namespace, or by the main parser.  It blocks not only subparser default, but also user input.

It has reverted the 9351 patch which dates to 2014.
History
Date User Action Args
2021-10-25 18:47:04paul.j3setrecipients: + paul.j3, rhettinger, miss-islington, ALSchwalm
2021-10-25 18:47:04paul.j3setmessageid: <1635187624.3.0.813992936461.issue45235@roundup.psfhosted.org>
2021-10-25 18:47:04paul.j3linkissue45235 messages
2021-10-25 18:47:04paul.j3create