Issue #4951: Fixed failure in test_httpservers
diff --git a/Misc/NEWS b/Misc/NEWS
index 28ddebb..125cf6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -246,6 +246,8 @@
 Library
 -------
 
+- Issue #4951: Fixed failure in test_httpservers.
+
 - Issue #3102:  All global symbols that the _ctypes extension defines
   are now prefixed with 'Py' or '_ctypes'.