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 bethard, mhcptg, paul.j3, terry.reedy
Date 2017-05-30.00:38:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496104708.83.0.409918027543.issue29670@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-30 00:38:28paul.j3setrecipients: + paul.j3, terry.reedy, bethard, mhcptg
2017-05-30 00:38:28paul.j3setmessageid: <1496104708.83.0.409918027543.issue29670@psf.upfronthosting.co.za>
2017-05-30 00:38:28paul.j3linkissue29670 messages
2017-05-30 00:38:28paul.j3create