]> granicus.if.org Git - python/commitdiff
Note how test_socket_ssl has various exceptions that deal with a flaky Net
authorBrett Cannon <bcannon@gmail.com>
Wed, 14 Mar 2007 21:40:13 +0000 (21:40 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 14 Mar 2007 21:40:13 +0000 (21:40 +0000)
connection are silenced.

Misc/NEWS

index 5486e3ecaaeceb9d0e54c009d8d6dfec6dc50e71..f7787615a29dc3d7de1db1d25c86ed5445eec74b 100644 (file)
--- 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