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

Gregory P. Smith report at bugs.python.org
Sat May 8 06:53:17 CEST 2010


Gregory P. Smith <greg at krypto.org> added the comment:

I think your partA patch makes sense.

It would benefit from fsencode/fsdecode functions rather than manually doing the 'surrogateescape' thing everywhere.

Also, could you add a unittest for os._execvpe to test its behavior?

----------

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


More information about the Python-bugs-list mailing list