summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-12-14 22:57:04 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-12-14 22:57:04 (GMT)
commitc009b445955ee3d6c5fc7faa4c014bd37656fb61 (patch)
tree1da871c95fbc54f3313da28b6adebb452be113c2 /Misc
parentc8428d3dce850a54eb49298ceabf95fc3c00867d (diff)
downloadcpython-c009b445955ee3d6c5fc7faa4c014bd37656fb61.zip
cpython-c009b445955ee3d6c5fc7faa4c014bd37656fb61.tar.gz
cpython-c009b445955ee3d6c5fc7faa4c014bd37656fb61.tar.bz2
Merged revisions 76843 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r76843 | r.david.murray | 2009-12-14 17:45:15 -0500 (Mon, 14 Dec 2009) | 10 lines 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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b5d102..7ed716c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -214,6 +214,9 @@ Extension Modules
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.