commit | 043bad00bcab7f3806e776f9402c776963536495 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Apr 30 23:20:15 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Apr 30 23:20:15 2010 +0000 |
tree | b9e827e3f0100636a290f0bd65fe755308a98070 | |
parent | df700f079069b16f2737dcd3cd75018fe8465e3f [diff] |
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. ........