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-07-30.15:47:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501429642.72.0.738060927032.issue29670@psf.upfronthosting.co.za>
In-reply-to
Content
Another pre-existing namespace issue

http://bugs.python.org/issue28734

When positional nargs='?' or '*', the default (or []) overwrites the namespace value.  That's because the posiitonals are always 'seen' (by an empty string), and `get_values` has special handling.  This action interacts with `take_action` and the handling of mutually_exclusive_groups.
History
Date User Action Args
2017-07-30 15:47:22paul.j3setrecipients: + paul.j3, terry.reedy, bethard, mhcptg
2017-07-30 15:47:22paul.j3setmessageid: <1501429642.72.0.738060927032.issue29670@psf.upfronthosting.co.za>
2017-07-30 15:47:22paul.j3linkissue29670 messages
2017-07-30 15:47:22paul.j3create