diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-02-06 05:00:15 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-02-06 05:00:15 (GMT) |
commit | e9e95938036d8f493ee52c17f9cec1ca7f4f4d27 (patch) | |
tree | 01e44ede4e64f7cf321d9ef184d21277c395b031 /Misc | |
parent | 41647d6dad0bcee398cdacb2901b0dd96f2ad08e (diff) | |
download | cpython-e9e95938036d8f493ee52c17f9cec1ca7f4f4d27.zip cpython-e9e95938036d8f493ee52c17f9cec1ca7f4f4d27.tar.gz cpython-e9e95938036d8f493ee52c17f9cec1ca7f4f4d27.tar.bz2 |
Merged revisions 78014 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78014 | r.david.murray | 2010-02-05 23:27:21 -0500 (Fri, 05 Feb 2010) | 5 lines
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 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |