diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-12-14 22:45:15 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-12-14 22:45:15 (GMT) |
commit | 8339623d120bfb6781e29ab1aca1ed9a10cff71e (patch) | |
tree | 13e9d928f65757795ad2e55eb655c695f11689ac /Misc | |
parent | 77b338be20f29712c0774e7c2d36d7afb541e4b6 (diff) | |
download | cpython-8339623d120bfb6781e29ab1aca1ed9a10cff71e.zip cpython-8339623d120bfb6781e29ab1aca1ed9a10cff71e.tar.gz cpython-8339623d120bfb6781e29ab1aca1ed9a10cff71e.tar.bz2 |
Merged revisions 76840 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76840 | r.david.murray | 2009-12-14 16:57:39 -0500 (Mon, 14 Dec 2009) | 3 lines
Issue #7498: make test_multiprocessing use test_support.find_unused_port
instead of a hard coded port number in test_rapid_restart.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -508,6 +508,9 @@ Documentation Tests ----- +- Issue #7498: test_multiprocessing now uses test_support.find_unused_port + instead of a hardcoded port number in test_rapid_restart. + - Issue #7431: use TESTFN in test_linecache instead of trying to create a file in the Lib/test directory, which might be read-only for the user running the tests. |