diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-30 23:20:15 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-30 23:20:15 (GMT) |
commit | 043bad00bcab7f3806e776f9402c776963536495 (patch) | |
tree | b9e827e3f0100636a290f0bd65fe755308a98070 /Misc | |
parent | df700f079069b16f2737dcd3cd75018fe8465e3f (diff) | |
download | cpython-043bad00bcab7f3806e776f9402c776963536495.zip cpython-043bad00bcab7f3806e776f9402c776963536495.tar.gz cpython-043bad00bcab7f3806e776f9402c776963536495.tar.bz2 |
Merged revisions 80669 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80669 | antoine.pitrou | 2010-05-01 01:08:48 +0200 (sam., 01 mai 2010) | 4 lines
Issue #8576: Remove use of find_unused_port() in test_smtplib and
test_multiprocessing. Patch by Paul Moore.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1198,6 +1198,9 @@ Documentation 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. |