From: Brett Cannon Date: Wed, 14 Mar 2007 21:40:13 +0000 (+0000) Subject: Note how test_socket_ssl has various exceptions that deal with a flaky Net X-Git-Tag: v2.6a1~1993 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed001842cf3d8c29a5721cd83d2dbec4bca77b02;p=python Note how test_socket_ssl has various exceptions that deal with a flaky Net connection are silenced. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5486e3ecaa..f7787615a2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -624,6 +624,8 @@ Extension Modules Tests ----- +- Capture and silence socket connection resets and timeouts in test_socket_ssl. + - Patch #1559413: Fix test_cmd_line if sys.executable contains a space. - Added test.test_support.TransientResource which is a context manager to