commit | 75c6676916398a61201cddcf323529cca2eb0e49 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Tue Mar 30 16:31:14 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Tue Mar 30 16:31:14 2010 +0000 |
tree | e66dcb78dcd923e68bad6412f7db541d4d5be7fb | |
parent | 58b6566b0afe561249d4ae910936b14483e81338 [diff] [blame] |
#8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT).
diff --git a/Misc/NEWS b/Misc/NEWS index 954b8ac..35108f4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -161,6 +161,9 @@ Tests ----- +- Issue #8263: Now regrtest.py will report a failure if it receives a + KeyboardInterrupt (SIGINT). + - Issue #8180 and #8207: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases.