[issue4036] Support bytes for subprocess.Popen()

STINNER Victor report at bugs.python.org
Wed Mar 3 23:37:13 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

os.exec*() now accept bytes thanks to the PEP 383: see issue #4035.

I updated my patch: it now includes tests \o/ It works on Linux. Can someone test it on Windows and/or Mac OS X?

----------
resolution:  -> fixed
status: open -> closed
Added file: http://bugs.python.org/file16423/subprocess-bytes-2.patch

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


More information about the Python-bugs-list mailing list