]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge rev 43518 from trunk.
authorTim Peters <tim.peters@gmail.com>
Sat, 1 Apr 2006 01:35:10 +0000 (01:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 1 Apr 2006 01:35:10 +0000 (01:35 +0000)
Fix stupid typo.

Lib/test/test_socket_ssl.py

index 6ed0b094c32575c970017dd8c7d0a27f08e26fcd..bfc6e60a943721ca4f8892fc845ededd23cc0e37 100644 (file)
@@ -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')