[Python-checkins] r43508 - python/trunk/Lib/test/test_socket_ssl.py

georg.brandl python-checkins at python.org
Fri Mar 31 23:12:33 CEST 2006


Author: georg.brandl
Date: Fri Mar 31 23:12:32 2006
New Revision: 43508

Modified:
   python/trunk/Lib/test/test_socket_ssl.py
Log:
Make test_socket_ssl finally pass on WIn



Modified: python/trunk/Lib/test/test_socket_ssl.py
==============================================================================
--- python/trunk/Lib/test/test_socket_ssl.py	(original)
+++ python/trunk/Lib/test/test_socket_ssl.py	Fri Mar 31 23:12:32 2006
@@ -40,6 +40,9 @@
         ss.read(1)
         ss.read(1)
         s.close()
+else:
+    def test_timeout():
+        pass
 					    
 def test_rude_shutdown():
     try:


More information about the Python-checkins mailing list