summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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