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, shihai1991, smparkes
Date 2020-07-15.01:49:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594777788.91.0.591166943861.issue9351@roundup.psfhosted.org>
In-reply-to
Content
I just realized if the subparser argument used 

default=argparse.SUPPRESS

it would not clobber values (default or user) set by the main parser.

(a 'store_true' would have to be replaced with a 'store_const' to do this)
History
Date User Action Args
2020-07-15 01:49:49paul.j3setrecipients: + paul.j3, bethard, ezio.melotti, r.david.murray, nailor, python-dev, petri.lehtinen, mikn, remram, Changaco, smparkes, shihai1991
2020-07-15 01:49:48paul.j3setmessageid: <1594777788.91.0.591166943861.issue9351@roundup.psfhosted.org>
2020-07-15 01:49:48paul.j3linkissue9351 messages
2020-07-15 01:49:48paul.j3create