Message 223916 - Python tracker
Message223916
| Author | paul.j3 |
|---|---|
| Recipients | Chris.Bruner, docs@python, paul.j3, r.david.murray |
| Date | 2014-07-25.03:42:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1406259723.26.0.0398775751208.issue22049@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Note that
'-t 1 2 3'.split()
becomes
['-t', '1', '2', '3']
Your 'type' function sees those 3 strings individually. Try printing 'string' the first thing in your function to see what we mean. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-07-25 03:42:03 | paul.j3 | set | recipients: + paul.j3, r.david.murray, docs@python, Chris.Bruner |
| 2014-07-25 03:42:03 | paul.j3 | set | messageid: <1406259723.26.0.0398775751208.issue22049@psf.upfronthosting.co.za> |
| 2014-07-25 03:42:03 | paul.j3 | link | issue22049 messages |
| 2014-07-25 03:42:03 | paul.j3 | create | |