From: Walter Dörwald Date: Fri, 1 May 2009 17:37:10 +0000 (+0000) Subject: Blocked revisions 72167 via svnmerge X-Git-Tag: v2.6.3rc1~343 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef46d8240fd2544585697511388d110889df776b;p=python Blocked revisions 72167 via svnmerge ........ r72167 | walter.doerwald | 2009-05-01 19:35:37 +0200 (Fr, 01 Mai 2009) | 5 lines Make test.test_support.EnvironmentVarGuard behave like a dictionary. All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block. ........ ---