diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-12-16 15:19:27 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-12-16 15:19:27 (GMT) |
commit | ef1992b9fbcfb1dae7e946bfc42403fcaae9f044 (patch) | |
tree | fa292c49870bcf10ad57e7ffc2443a8353ba65b9 /Misc | |
parent | 1f2a1ae3884ef6a59861928eedbf11730b567202 (diff) | |
download | cpython-ef1992b9fbcfb1dae7e946bfc42403fcaae9f044.zip cpython-ef1992b9fbcfb1dae7e946bfc42403fcaae9f044.tar.gz cpython-ef1992b9fbcfb1dae7e946bfc42403fcaae9f044.tar.bz2 |
Merged revisions 76856 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76856 | r.david.murray | 2009-12-16 06:49:46 -0500 (Wed, 16 Dec 2009) | 2 lines
Issue #7396: fix -s, which was broken by the -j enhancement.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -508,6 +508,8 @@ Documentation Tests ----- +- Issue #7396: fix regrtest -s, which was broken by the -j enhancement. + - Issue #7498: test_multiprocessing now uses test.support.find_unused_port instead of a hardcoded port number in test_rapid_restart. |