commit | 98e3df38fd863af8f399739e461f84058e7bcfe0 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Wed Dec 16 11:49:46 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Wed Dec 16 11:49:46 2009 +0000 |
tree | 67d1a27c89610c37a57b7c90c8ba16b74e11bf0f | |
parent | 0c0dcaf2724069804545a738f4a6431f05a6c23d [diff] [blame] |
Issue #7396: fix -s, which was broken by the -j enhancement.
diff --git a/Misc/NEWS b/Misc/NEWS index 53905e4..c660e81 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,8 @@ 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.