diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-06-29 13:54:42 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-06-29 13:54:42 (GMT) |
commit | 88909540ffb2f25daee528f5bc2859d6fe253cbc (patch) | |
tree | 24d7f61505b252441e0f1aff8d4bff2a59600acc /Misc | |
parent | 6fbdfdabb616caa7bc815fb8bfae802302ac2fff (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |