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 exarkun, gjb1002, pitrou, r.david.murray, ronaldoussoren, tebeka
Date 2009-12-01.19:27:30
SpamBayes Score 3.709906e-06
Marked as misclassified No
Message-id <1259695652.46.0.108450932046.issue4057@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-12-01 19:27:32r.david.murraysetrecipients: + r.david.murray, ronaldoussoren, exarkun, tebeka, gjb1002, pitrou
2009-12-01 19:27:32r.david.murraysetmessageid: <1259695652.46.0.108450932046.issue4057@psf.upfronthosting.co.za>
2009-12-01 19:27:30r.david.murraylinkissue4057 messages
2009-12-01 19:27:30r.david.murraycreate