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 madprog
Recipients georg.brandl, kermode, madprog, r.david.murray
Date 2009-04-09.16:29:33
SpamBayes Score 0.01101959
Marked as misclassified No
Message-id <1239294575.36.0.0677699767853.issue3440@psf.upfronthosting.co.za>
In-reply-to
Content
I have just figured out that if you initialize env with
os.environ.copy() and then add/modify its components, then the bug
disappears:

env = os.environ.copy()
env['FOO'] = 'BAR'
[…]

But I have no idea (for the moment) of which variable is mandatory or not.
History
Date User Action Args
2009-04-09 16:29:35madprogsetrecipients: + madprog, georg.brandl, kermode, r.david.murray
2009-04-09 16:29:35madprogsetmessageid: <1239294575.36.0.0677699767853.issue3440@psf.upfronthosting.co.za>
2009-04-09 16:29:33madproglinkissue3440 messages
2009-04-09 16:29:33madprogcreate