[issue15451] PATH is not honored in subprocess.Popen in win32

Terry J. Reedy report at bugs.python.org
Sun Jul 29 21:09:33 CEST 2012


Terry J. Reedy added the comment:

What I understand you two as saying is that there seems to be an undocumented difference in execxxe between unix and windows which has been carried over to subprocess. In particular, for both, the PATH component of the env parameter is used to search for the file on *nix but not on windows, even though this is not part of posix behavior. So reopening -- as a doc issue -- unless an os expert like Martin declares this to be a behavior bug.

Grissiom, can you verify that the difference still exists in 3.2/3?

----------
assignee:  -> docs at python
components: +Documentation
nosy: +docs at python, loewis
resolution: invalid -> 
stage: committed/rejected -> needs patch
status: closed -> open
versions: +Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list