[issue29670] argparse: does not respect required args pre-populated into namespace

paul j3 report at bugs.python.org
Mon May 29 20:38:28 EDT 2017


paul j3 added the comment:

http://bugs.python.org/issue27859
argparse - subparsers does not retain namespace

may complicate this issue.  Due to changes in http://bugs.python.org/issue9351, a user defined namespace is not passed to the subparsers.  They get a fresh namespace, which is then copied onto the main namespace.

----------

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


More information about the Python-bugs-list mailing list