Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

If fylesystem doesn't support unicode (only Windows directly does as I know) 
str filename should to be converted by `sys.getfilesystemencoding()`. `os.exec` 
family already does it as well as other fs functions — but they are supports 
bytes also.
Mayby deprecation bytes for high-level Popen is good idea.

----------

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

Reply via email to