| commit | ef46d8240fd2544585697511388d110889df776b | [log] [tgz] |
|---|---|---|
| author | Walter Dörwald <walter@livinglogic.de> | Fri May 01 17:37:10 2009 +0000 |
| committer | Walter Dörwald <walter@livinglogic.de> | Fri May 01 17:37:10 2009 +0000 |
| tree | 66c65726622a020649298f1acb89ef814d606aee | |
| parent | 38032c6090378af5ea760ae320c1ab983be3bfa1 [diff] |
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. ........