commit | 54f9f83e5cd417267b29a38f3364716523e69b28 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Apr 30 23:08:48 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Apr 30 23:08:48 2010 +0000 |
tree | 8dad7d5d01197c4f05b7f1ba8c15f493433addd6 | |
parent | 6d5e579cc5e349fe7e8185a821434d718db2c6ea [diff] [blame] |
Issue #8576: Remove use of find_unused_port() in test_smtplib and test_multiprocessing. Patch by Paul Moore.
diff --git a/Misc/NEWS b/Misc/NEWS index b42665a..355654b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -134,6 +134,9 @@ Tests ----- +- Issue #8576: Remove use of find_unused_port() in test_smtplib and + test_multiprocessing. Patch by Paul Moore. + - Issue #7449: Fix many tests to support Python compiled without thread support. Patches written by Jerry Seutter.