Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
commita555c7103ed61313d9184d200b8c578300e4b673
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 31 May 2009 14:20:14 +0000 (31 14:20 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 31 May 2009 14:20:14 +0000 (31 14:20 +0000)
tree1710f1ddf7c30848109d7ad9eab34fab48beb9a3
parent17bac0a9a3e881ab4d438adca7f0ee82b4993255
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
regression tests in parallel, shortening the total runtime.

git-svn-id: http://svn.python.org/projects/python/trunk@73072 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/whatsnew/2.7.rst
Lib/test/regrtest.py
Lib/test/test_support.py
Misc/NEWS