[issue4057] Popen(..., cwd=...) does not set PWD environment variable

R. David Murray report at bugs.python.org
Tue Dec 1 20:27:32 CET 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

I agree that this is not something that Popen should be doing.  If you
need the environment variable set, the correct thing to do is what you
did: set it in the environment you pass to Popen.

----------
nosy: +r.david.murray
priority:  -> normal
resolution:  -> rejected
stage:  -> committed/rejected
status: open -> closed
type:  -> feature request

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


More information about the Python-bugs-list mailing list