summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-30 19:43:09 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-30 19:43:09 (GMT)
commitd6995eb58214b1395814e05f127b7ec9294e39b2 (patch)
treeefc54ce4e3f14464280e56f2fb612c5eaa783fbf /Misc
parent704ed93efb24c77a7328b7aa5cb7483bf76ab969 (diff)
downloadcpython-d6995eb58214b1395814e05f127b7ec9294e39b2.zip
cpython-d6995eb58214b1395814e05f127b7ec9294e39b2.tar.gz
cpython-d6995eb58214b1395814e05f127b7ec9294e39b2.tar.bz2
Merged revisions 79497 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79497 | florent.xicluna | 2010-03-30 18:31:14 +0200 (mar, 30 mar 2010) | 2 lines #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT). ........
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 4da6c23..e6bc50b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -963,6 +963,9 @@ Tests
- Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
+- 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.