summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-06-29 13:54:42 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-06-29 13:54:42 (GMT)
commit88909540ffb2f25daee528f5bc2859d6fe253cbc (patch)
tree24d7f61505b252441e0f1aff8d4bff2a59600acc /Misc
parent6fbdfdabb616caa7bc815fb8bfae802302ac2fff (diff)
downloadcpython-88909540ffb2f25daee528f5bc2859d6fe253cbc.zip
cpython-88909540ffb2f25daee528f5bc2859d6fe253cbc.tar.gz
cpython-88909540ffb2f25daee528f5bc2859d6fe253cbc.tar.bz2
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. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a182ca5..37b7c13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1382,6 +1382,9 @@ Extension Modules
Tests
-----
+- Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
+ regression tests in parallel, shortening the total runtime.
+
- Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to
Lib/tkinter/test/test_tkinter/test_loadtk. With this, these tests demonstrate
the same behaviour as test_ttkguionly (and now also test_tk) which is to