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:10 | r.david.murray | set | recipients: + r.david.murray, docs@python, Chris.Bruner |
| 2014-07-23 18:20:10 | r.david.murray | set | messageid: <1406139610.06.0.792865478723.issue22049@psf.upfronthosting.co.za> |
| 2014-07-23 18:20:10 | r.david.murray | link | issue22049 messages |
| 2014-07-23 18:20:09 | r.david.murray | create | |