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 doerwalter
Recipients doerwalter
Date 2009-04-25.11:11:05
SpamBayes Score 0.06477272
Marked as misclassified No
Message-id <1240657868.12.0.147034330241.issue5837@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that changes EnvironmentVarGuard to make a copy of
os.environ at the start. The set and unset methods are useless now, but
I left them in for backwards compatibility. Should they be removed?
History
Date User Action Args
2009-04-25 11:11:08doerwaltersetrecipients: + doerwalter
2009-04-25 11:11:08doerwaltersetmessageid: <1240657868.12.0.147034330241.issue5837@psf.upfronthosting.co.za>
2009-04-25 11:11:07doerwalterlinkissue5837 messages
2009-04-25 11:11:06doerwaltercreate