commit | 184bdfb03a6a012ba76c43b9a8a98a67ad4d8bad | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Feb 18 09:37:05 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Feb 18 09:37:05 2010 +0000 |
tree | c31d98aa5a7292f94411f467f7d2853602309b01 | |
parent | a3211ee8d4d25027d75abe0bd15f28a934976b61 [diff] |
Merged revisions 78136 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78136 | ezio.melotti | 2010-02-10 23:40:33 +0200 (Wed, 10 Feb 2010) | 1 line #7712: add a temp_cwd context manager to test_support and use it in regrtest to run all the tests in a temporary directory, saving the original CWD in test_support.SAVEDCWD. Thanks to Florent Xicluna who helped with the patch. ........