summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-03-14 21:40:13 +0000
committerBrett Cannon <bcannon@gmail.com>2007-03-14 21:40:13 +0000
commited001842cf3d8c29a5721cd83d2dbec4bca77b02 (patch)
tree946dff53e00c9433215279fa22445089633edfc1
parentcd1210a55fd11dc10da6d22a5cef4c26f90672eb (diff)
downloadcpython-git-ed001842cf3d8c29a5721cd83d2dbec4bca77b02.tar.gz
Note how test_socket_ssl has various exceptions that deal with a flaky Net
connection are silenced.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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