[docs] [issue8557] subprocess PATH semantics and portability

Dave Abrahams report at bugs.python.org
Sun May 2 05:43:28 CEST 2010


Dave Abrahams <dave at boostpro.com> added the comment:

I've uploaded a new probe.py that contains a win32 Popen wrapper that I think acts just like *nix's Popen w.r.t. PATH and environment (pass --fix to demonstrate).  I suggest using this or an equivalent wrapper for Win32, and documenting the fact that with shell=False, filename extensions need to be supplied explicitly on windows.

----------
Added file: http://bugs.python.org/file17180/probe.py

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


More information about the docs mailing list