summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-02-06 04:27:21 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-02-06 04:27:21 (GMT)
commitce6e4b0930f3beaff0d2d11f7473d295d87866c5 (patch)
tree12ed646fa48b44b66ac4d78774391cd20b2431c3 /Misc
parent0877060f8690c50865c3840585c6ce285a99c07c (diff)
downloadcpython-ce6e4b0930f3beaff0d2d11f7473d295d87866c5.zip
cpython-ce6e4b0930f3beaff0d2d11f7473d295d87866c5.tar.gz
cpython-ce6e4b0930f3beaff0d2d11f7473d295d87866c5.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c1c1f88..c9beea9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -150,6 +150,14 @@ Tools/Demos
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
-------------