[docs] [issue8557] subprocess PATH semantics and portability

Dave Abrahams report at bugs.python.org
Tue May 4 03:22:57 CEST 2010


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

I'm probably as ignorant as you are of Windows issues. I just know what my experiments tell me: if you force the contents of any explicit 'env' argument into os.environ before calling Popen, you get the same behavior as on *nix.

----------

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


More information about the docs mailing list