From: Walter Dörwald Date: Fri, 1 May 2009 20:03:27 +0000 (+0000) Subject: Blocked revisions 72172 via svnmerge X-Git-Tag: 3.0~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c26c212eaa9521604abd15a2f35d7e2f11374d9;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 72172 via svnmerge ................ r72172 | walter.doerwald | 2009-05-01 21:58:58 +0200 (Fr, 01 Mai 2009) | 12 lines Merged revisions 72167 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........ ................ ---