diff options
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. |