From: Georg Brandl <georg@python.org>
Date: Fri, 31 Mar 2006 21:12:32 +0000 (+0000)
Subject: Make test_socket_ssl finally pass on WIn
X-Git-Tag: v2.5a1~108
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c90397a7c924355052f1331360502a668bc1e69d;p=python

Make test_socket_ssl finally pass on WIn
---

diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py
index 3641e33dd9..a82db5c167 100644
--- a/Lib/test/test_socket_ssl.py
+++ b/Lib/test/test_socket_ssl.py
@@ -40,6 +40,9 @@ if not sys.platform.startswith('win'):
         ss.read(1)
         ss.read(1)
         s.close()
+else:
+    def test_timeout():
+        pass
 					    
 def test_rude_shutdown():
     try: