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 Anthony Sottile
Recipients Anthony Sottile, bethard, bskinn, eric.araujo, gregory.p.smith, memeplex, ned.deily, paul.j3, wolma
Date 2018-05-15.20:46:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526417199.64.0.682650639539.issue33109@psf.upfronthosting.co.za>
In-reply-to
Content
According to the other bugs, the change in 3.3 was an inadvertent regression.  The fact that it didn't get fixed for so long is mostly due to the unmaintained state of argparse in the stdlib.  The change in behaviour here is the _fix_ of that regression.

Consistency with the rest of the framework to me feels pretty important.  subparsers are positional arguments and positional arguments by default are required.
History
Date User Action Args
2018-05-15 20:46:39Anthony Sottilesetrecipients: + Anthony Sottile, gregory.p.smith, bethard, ned.deily, eric.araujo, memeplex, paul.j3, wolma, bskinn
2018-05-15 20:46:39Anthony Sottilesetmessageid: <1526417199.64.0.682650639539.issue33109@psf.upfronthosting.co.za>
2018-05-15 20:46:39Anthony Sottilelinkissue33109 messages
2018-05-15 20:46:39Anthony Sottilecreate