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 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:03paul.j3setrecipients: + paul.j3, r.david.murray, docs@python, Chris.Bruner
2014-07-25 03:42:03paul.j3setmessageid: <1406259723.26.0.0398775751208.issue22049@psf.upfronthosting.co.za>
2014-07-25 03:42:03paul.j3linkissue22049 messages
2014-07-25 03:42:03paul.j3create