diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-02-06 04:27:21 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-02-06 04:27:21 (GMT) |
commit | ce6e4b0930f3beaff0d2d11f7473d295d87866c5 (patch) | |
tree | 12ed646fa48b44b66ac4d78774391cd20b2431c3 /Misc | |
parent | 0877060f8690c50865c3840585c6ce285a99c07c (diff) | |
download | cpython-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ------------- |