diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-12-14 21:57:39 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-12-14 21:57:39 (GMT) |
commit | c7298ff0fa9a4b667f206733d591966729c87337 (patch) | |
tree | c3ca3d8a9513f2e76a20e65f1ddec24c1ef1bc77 /Misc | |
parent | 0a0a1a842c02c87fcb052dec226f591cfe6f988f (diff) | |
download | cpython-c7298ff0fa9a4b667f206733d591966729c87337.zip cpython-c7298ff0fa9a4b667f206733d591966729c87337.tar.gz cpython-c7298ff0fa9a4b667f206733d591966729c87337.tar.bz2 |
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 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -20,6 +20,7 @@ Core and Builtins - Issue #7466: segmentation fault when the garbage collector is called in the middle of populating a tuple. Patch by Florent Xicluna. + Library ------- @@ -42,6 +43,14 @@ Library distutils.dist.DistributionMetadata. +Tests +----- + +- Issue #7498: test_multiprocessing now uses test_support.find_unused_port + instead of a hardcoded port number in test_rapid_restart. + + + What's New in Python 2.7 alpha 1 ================================ |