commit | ed001842cf3d8c29a5721cd83d2dbec4bca77b02 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Mar 14 21:40:13 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Mar 14 21:40:13 2007 +0000 |
tree | 946dff53e00c9433215279fa22445089633edfc1 | |
parent | cd1210a55fd11dc10da6d22a5cef4c26f90672eb [diff] [blame] |
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 5486e3e..f778761 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -624,6 +624,8 @@ 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