]> granicus.if.org Git - python/commitdiff
Fix stupid typo.
authorTim Peters <tim.peters@gmail.com>
Sat, 1 Apr 2006 01:32:13 +0000 (01:32 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 1 Apr 2006 01:32:13 +0000 (01:32 +0000)
Lib/test/test_socket_ssl.py

index 078b6f90ff094b4751c33b2f2258c059e179eb74..0e31904527f471eb999d84e0935e46b67075c7c5 100644 (file)
@@ -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')