From ac4eea445f36b7a2451e941e04de09a5b20d8f9c Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 1 Apr 2006 01:35:10 +0000 Subject: [PATCH] Merge rev 43518 from trunk. 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 6ed0b094c325..bfc6e60a9437 100644 --- a/Lib/test/test_socket_ssl.py +++ b/Lib/test/test_socket_ssl.py @@ -31,7 +31,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') -- 2.47.3