issue #7728: test_timeout was using a hardcoded port, which was
causing buildbot failures. Changed to use test_support.bind_port.
Patch by Florent Xicluna.
diff --git a/Misc/NEWS b/Misc/NEWS
index c1c1f88..c9beea9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -150,6 +150,14 @@
added to the `Tools/` directory. They were previously living in the
sandbox.
+
+Tests
+-----
+
+- issue #7728: test_timeout was changed to use test_support.bind_port
+ instead of a hard coded port.
+
+
Documentation
-------------