This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients georg.brandl, kermode, madprog, r.david.murray
Date 2009-04-09.16:23:39
SpamBayes Score 0.0006769805
Marked as misclassified No
Message-id <1239294223.15.0.505309896792.issue3440@psf.upfronthosting.co.za>
In-reply-to
Content
If you are passing a custom environment to a subprocess, then you must
supply everything in that environment that the program you are calling
requires in order to run.

That said, it would be a good idea to document the Windows minimum
environment requirements in the subprocess documentation.  Hopefully
someone can come up with a doc patch; as a non-Windows user I can't be
of much help with that.
History
Date User Action Args
2009-04-09 16:23:44r.david.murraysetrecipients: + r.david.murray, georg.brandl, kermode, madprog
2009-04-09 16:23:43r.david.murraysetmessageid: <1239294223.15.0.505309896792.issue3440@psf.upfronthosting.co.za>
2009-04-09 16:23:40r.david.murraylinkissue3440 messages
2009-04-09 16:23:39r.david.murraycreate