Issue #1677694: Refactor and improve test_timeout.  Original patch by
Björn Lindqvist.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cd9257..98f7f8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -159,6 +159,9 @@
 Tests
 -----
 
+- Issue #1677694: Refactor and improve test_timeout.  Original patch by
+  Björn Lindqvist.
+
 - Issue #5485: Add tests for the UseForeignDTD method of expat parser objects.
   Patch by Jean-Paul Calderone and Sandro Tosi.