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, gerluijten, mark.dickinson, ned.deily, pitrou, tarek
Date 2009-04-25.09:55:29
SpamBayes Score 0.006765341
Marked as misclassified No
Message-id <1240653331.77.0.205460992418.issue4951@psf.upfronthosting.co.za>
In-reply-to
Content
There's an EnvironmentVarGuard context manager in support.py that IMHO
should be used for recording changes to the environment variables. Or a
new context manager that does what your patch does could be put into
support.py. There might be other tests that benefit from that.
History
Date User Action Args
2009-04-25 09:55:32doerwaltersetrecipients: + doerwalter, mark.dickinson, pitrou, tarek, ned.deily, gerluijten
2009-04-25 09:55:31doerwaltersetmessageid: <1240653331.77.0.205460992418.issue4951@psf.upfronthosting.co.za>
2009-04-25 09:55:30doerwalterlinkissue4951 messages
2009-04-25 09:55:30doerwaltercreate