commit | a657b0c2aad9f82e78c3fe38e8e18a2834c47d46 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Mon Dec 14 22:18:57 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Mon Dec 14 22:18:57 2009 +0000 |
tree | e25da07e36f2668420f978d3ade99700b5237504 | |
parent | 0866bb92b228975daca2312a6dd5ce7f00277b35 [diff] |
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. ........