commit | 1222669b440e163885be8661cf81c3d46a73b337 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu May 06 13:49:10 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu May 06 13:49:10 2010 +0000 |
tree | a1de594635a292dacc04ced35a08b4fa24be82a8 | |
parent | a8538a504f6cebc142e71c158c1d3c215d852abf [diff] [blame] |
Issue #8629: Disable some test_ssl tests, since they give different results with OpenSSL 1.0.0 and higher.
diff --git a/Misc/NEWS b/Misc/NEWS index 85e40d8..7bafbbe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -164,6 +164,9 @@ Tests ----- +- Issue #8629: Disable some test_ssl tests, since they give different + results with OpenSSL 1.0.0 and higher. + - Issue #8576: Remove use of find_unused_port() in test_smtplib and test_multiprocessing. Patch by Paul Moore.