[issue1170] shlex have problems with parsing unicode

R. David Murray report at bugs.python.org
Wed Jul 13 13:15:42 CEST 2011


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

This isn't going to get fixed in 2.x (shlex doesn't support unicode in 2.x, and doing so would be a new feature).  In 3.x all strings are unicode, so the problem you are seeing doesn't exist.  This issue is about the broader problem of what counts as a word character when more than ASCII is involved.

----------

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


More information about the Python-bugs-list mailing list