[issue6988] shlex.split() converts unicode input to UCS-4 output

Terry J. Reedy report at bugs.python.org
Wed Aug 4 00:08:53 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

The discussion pretty much says this was a feature request, which is obsolete for 2.x. Not an issue for 3.x:
>>> import shlex
>>> shlex.split('Hello, World!' )
['Hello,', 'World!']

----------
nosy: +tjreedy
resolution:  -> out of date
status: open -> closed
type:  -> feature request

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6988>
_______________________________________


More information about the Python-bugs-list mailing list