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 eric.araujo
Recipients amaury.forgeotdarc, eric.araujo, ezio.melotti, fenner, lemburg, pitrou, terry.reedy
Date 2011-10-22.23:12:11
SpamBayes Score 5.0969513e-05
Marked as misclassified No
Message-id <1319325132.38.0.756050185293.issue6988@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python 
Python 2.7.2+ (2.7:27ae7d4e1983+, Oct 23 2011, 00:09:06) 
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import shlex
>>> shlex.split(u'Hello, World!')
['Hello,', 'World!']

This was fixed indirectly by a StringIO fix in 27ae7d4e1983, for #1548891.
History
Date User Action Args
2011-10-22 23:12:12eric.araujosetrecipients: + eric.araujo, lemburg, terry.reedy, amaury.forgeotdarc, pitrou, fenner, ezio.melotti
2011-10-22 23:12:12eric.araujosetmessageid: <1319325132.38.0.756050185293.issue6988@psf.upfronthosting.co.za>
2011-10-22 23:12:11eric.araujolinkissue6988 messages
2011-10-22 23:12:11eric.araujocreate