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 BreamoreBoy, bethard, chris.jerdonek, paul.j3
Date 2014-07-15.23:51:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405468281.37.0.817100890356.issue17250@psf.upfronthosting.co.za>
In-reply-to
Content
Positionals with '*' are discussed in more detail in:

http://bugs.python.org/issue9625 - argparse: Problem with defaults for variable nargs when using choices

http://bugs.python.org/issue16878 - argparse: positional args with nargs='*' defaults to []

http://bugs.python.org/issue18943 - argparse: default args in mutually exclusive groups

I would suggest closing this issue, and refining the documentation patch in 16878 to note that a '*' positional default does not get evaluated.
History
Date User Action Args
2014-07-15 23:51:21paul.j3setrecipients: + paul.j3, bethard, chris.jerdonek, BreamoreBoy
2014-07-15 23:51:21paul.j3setmessageid: <1405468281.37.0.817100890356.issue17250@psf.upfronthosting.co.za>
2014-07-15 23:51:21paul.j3linkissue17250 messages
2014-07-15 23:51:21paul.j3create