From: Tim Peters Date: Sat, 1 Apr 2006 01:32:13 +0000 (+0000) Subject: Fix stupid typo. X-Git-Tag: v2.5a1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8eaa49092f60dd6c5a6ea028e8b406e45594031;p=python Fix stupid typo. --- diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py index 078b6f90ff..0e31904527 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')