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 Changaco, bethard, ezio.melotti, mikn, nailor, paul.j3, petri.lehtinen, python-dev, r.david.murray, remram, smparkes
Date 2019-05-11.03:39:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557545973.36.0.510628701913.issue9351@roundup.psfhosted.org>
In-reply-to
Content
A variation on the problem I reported in 

https://bugs.python.org/issue9351#msg229968

is that a custom Namespace class as documented in 

https://docs.python.org/3/library/argparse.html#the-namespace-object

will not be used by the subparsers.  Only the main parser uses that custom Namespace object; the subparsers continue to use the default 'argparse.Namespace()'.
History
Date User Action Args
2019-05-11 03:39:33paul.j3setrecipients: + paul.j3, bethard, ezio.melotti, r.david.murray, nailor, python-dev, petri.lehtinen, mikn, remram, Changaco, smparkes
2019-05-11 03:39:33paul.j3setmessageid: <1557545973.36.0.510628701913.issue9351@roundup.psfhosted.org>
2019-05-11 03:39:33paul.j3linkissue9351 messages
2019-05-11 03:39:33paul.j3create