From d8eaa49092f60dd6c5a6ea028e8b406e45594031 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 1 Apr 2006 01:32:13 +0000 Subject: Fix stupid typo. --- Lib/test/test_socket_ssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py index 078b6f9..0e31904 100644 --- a/Lib/test/test_socket_ssl.py +++ b/Lib/test/test_socket_ssl.py @@ -30,7 +30,7 @@ def test_basic(): # XXX Tim disabled this test on all platforms, for now, since the # XXX s.connect(("gmail.org", 995)) # XXX line starting timing out on all the builbot slaves. -if 0: not sys.platform.startswith('win'): +if 0: #not sys.platform.startswith('win'): def test_timeout(): test_support.requires('network') -- cgit v0.12