[issue4036] Support bytes for subprocess.Popen()

Martin v. Löwis report at bugs.python.org
Thu Mar 4 07:43:52 CET 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

On Windows, command lines shouldn't need to be encoded in any encoding. Instead, the unicode string should be passed to the system call as-is.

----------

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


More information about the Python-bugs-list mailing list