summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fe7e6f6..db66f3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -716,6 +716,9 @@ Documentation
Tests
-----
+- issue #7728: test_timeout was changed to use test_support.bind_port
+ instead of a hard coded port.
+
- Issue #7376: instead of running a self-test (which was failing) when called
with no arguments, doctest.py now gives a usage message.