]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 72167 via svnmerge from
authorWalter Dörwald <walter@livinglogic.de>
Fri, 1 May 2009 19:58:58 +0000 (19:58 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 1 May 2009 19:58:58 +0000 (19:58 +0000)
commit155374d95d8ecd235d3a3edd92dd6f6a23d59f11
tree91deb4c1d292387d2b216d869e79311cad1dbc61
parent33841c34896834daa8ee38d3ff54d7800b9723c2
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.
........
Doc/library/test.rst
Lib/test/support.py
Lib/test/test_getopt.py
Lib/test/test_gettext.py
Lib/test/test_ntpath.py
Lib/test/test_optparse.py
Lib/test/test_posixpath.py
Lib/test/test_tcl.py
Lib/test/test_tempfile.py
Lib/test/test_xmlrpc.py