[Python-checkins] r54389 - python/trunk/Misc/NEWS

brett.cannon python-checkins at python.org
Wed Mar 14 22:40:14 CET 2007


Author: brett.cannon
Date: Wed Mar 14 22:40:13 2007
New Revision: 54389

Modified:
   python/trunk/Misc/NEWS
Log:
Note how test_socket_ssl has various exceptions that deal with a flaky Net
connection are silenced.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Mar 14 22:40:13 2007
@@ -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


More information about the Python-checkins mailing list