commit | 88909540ffb2f25daee528f5bc2859d6fe253cbc | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Jun 29 13:54:42 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Jun 29 13:54:42 2009 +0000 |
tree | 24d7f61505b252441e0f1aff8d4bff2a59600acc | |
parent | 6fbdfdabb616caa7bc815fb8bfae802302ac2fff [diff] |
Merged revisions 73072 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73072 | antoine.pitrou | 2009-05-31 16:20:14 +0200 (dim., 31 mai 2009) | 4 lines Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running regression tests in parallel, shortening the total runtime. ........