[issue8513] subprocess: support bytes program name (POSIX)

STINNER Victor report at bugs.python.org
Mon May 17 02:31:41 CEST 2010


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

Ok, everything is ready for this issue: os.environb and os.fsencode() are commited, and test_os is prepared to test os._execvpe() change. I'm just waiting for a review.

Execpt the change on os.get_exec_path(), the patch is now simple.

----------
keywords: +needs review

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


More information about the Python-bugs-list mailing list