diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-30 19:43:09 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-30 19:43:09 (GMT) |
commit | d6995eb58214b1395814e05f127b7ec9294e39b2 (patch) | |
tree | efc54ce4e3f14464280e56f2fb612c5eaa783fbf /Misc | |
parent | 704ed93efb24c77a7328b7aa5cb7483bf76ab969 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |