Message223916
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. |
|
| 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 | |
|