[issue1170] shlex have problems with parsing unicode

R. David Murray report at bugs.python.org
Mon Jul 5 05:39:01 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

shlex may use unicode in py3k, but since the file still starts with a latin-1 coding cookie and the posix logic hasn't been changed, I suspect that it does not work correctly (ie: does not correctly identify word characters, per msg55969).

It's too late for 2.7 I think, but it seems there is work still to do in py3k.

----------
nosy: +mark.dickinson, r.david.murray
stage:  -> unit test needed
versions: +Python 3.1, Python 3.2 -Python 2.5

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


More information about the Python-bugs-list mailing list