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 fenner
Recipients amaury.forgeotdarc, fenner
Date 2009-09-24.17:21:17
SpamBayes Score 0.23231599
Marked as misclassified No
Message-id <1253812879.46.0.140044343394.issue6988@psf.upfronthosting.co.za>
In-reply-to
Content
so, just to be clear, your position is that the output of shlex.split(
u'Hello, World!' ) is *supposed* to be
['H\x00\x00\x00e\x00\x00\x00l\x00\x00\x00l\x00\x00\x00o\x00\x00\x00,\x00\x00\x00',
'\x00\x00\x00W\x00\x00\x00o\x00\x00\x00r\x00\x00\x00l\x00\x00\x00d\x00\x00\x00']?
History
Date User Action Args
2009-09-24 17:21:19fennersetrecipients: + fenner, amaury.forgeotdarc
2009-09-24 17:21:19fennersetmessageid: <1253812879.46.0.140044343394.issue6988@psf.upfronthosting.co.za>
2009-09-24 17:21:18fennerlinkissue6988 messages
2009-09-24 17:21:17fennercreate