STINNER Victor added the comment:

I don't understand this issue. Python 3 uses CreateProcessW() and so
support the full Unicode range. I suggest to close this issue as invalid.

Popen() parameters are Unicode strings. It may support bytes string, but
passing bytes to OS functions on Windows is deprecated, especially for
filenames.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19264>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to