From: Georg Brandl 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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c90397a7c924355052f1331360502a668bc1e69d;p=thirdparty%2FPython%2Fcpython.git 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 3641e33dd915..a82db5c16767 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: