From ed001842cf3d8c29a5721cd83d2dbec4bca77b02 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 14 Mar 2007 21:40:13 +0000 Subject: [PATCH] Note how test_socket_ssl has various exceptions that deal with a flaky Net connection are silenced. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 5486e3ecaae..f7787615a29 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