summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-06-29 11:04:35 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-06-29 11:04:35 (GMT)
commite2185d714bf541ab37e7ddec5fb2f452fdeb26be (patch)
tree166f4d9b7ce30d03520e216d7014d586ac578b6d /Misc/NEWS
parent9e8b82f1e1b726bd956568dec3769f771644a8ed (diff)
parenta7c33e5168a6dbc1f97bf3287cfd86bebf80f4ed (diff)
downloadcpython-e2185d714bf541ab37e7ddec5fb2f452fdeb26be.zip
cpython-e2185d714bf541ab37e7ddec5fb2f452fdeb26be.tar.gz
cpython-e2185d714bf541ab37e7ddec5fb2f452fdeb26be.tar.bz2
(merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore,
but captures the output and displays it on failure instead. regrtest -v doesn't print the error twice anymore if there is only one error.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 282dc5a..ce31628 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -924,6 +924,10 @@ Extension Modules
Tests
-----
+- Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures
+ the output and displays it on failure instead. regrtest -v doesn't print the
+ error twice anymore if there is only one error.
+
- Issue #12141: Install copies of template C module file so that
test_build_ext of test_distutils and test_command_build_ext of
test_packaging are no longer silently skipped when