#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.