[issue9253] argparse: optional subparsers

paul j3 report at bugs.python.org
Tue Jun 7 11:23:06 EDT 2016


paul j3 added the comment:

My answer to

http://stackoverflow.com/questions/23349349/argparse-with-required-subparser

is getting a slow but steady stream of + scores; so the `required subparser` issue is still bothering people.

This particular question addresses the problem that the error message has when a required subparser is missing - it can't format the error with the default dest - SUPPRESS.  The may be a another bug issue that addresses that.

Anyways, due to this continued attention, I'm going to raise the priority for this issue.

----------
priority: low -> high

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9253>
_______________________________________


More information about the Python-bugs-list mailing list