From c90397a7c924355052f1331360502a668bc1e69d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 31 Mar 2006 21:12:32 +0000 Subject: Make test_socket_ssl finally pass on WIn --- Lib/test/test_socket_ssl.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py index 3641e33..a82db5c 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: -- cgit v0.12