◐ Shell
clean mode source ↗

Message 223756 - Python tracker

Message223756

Author r.david.murray
Recipients Chris.Bruner, docs@python, r.david.murray
Date 2014-07-23.18:20:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406139610.06.0.792865478723.issue22049@psf.upfronthosting.co.za>
In-reply-to
Content
Nope.  The documentation says:

    N (an integer). N arguments from the command line will be gathered together into a list

The type function is applied to each argument independently.  It would be easy enough to make this explicit in one of the nargs multi-argument examples by using type as well.
History
Date User Action Args
2014-07-23 18:20:10r.david.murraysetrecipients: + r.david.murray, docs@python, Chris.Bruner
2014-07-23 18:20:10r.david.murraysetmessageid: <1406139610.06.0.792865478723.issue22049@psf.upfronthosting.co.za>
2014-07-23 18:20:10r.david.murraylinkissue22049 messages
2014-07-23 18:20:09r.david.murraycreate