R. David Murray <rdmur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1170>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to