From 754b98c9b4cb355880a464b9e4e9079d96ffc111 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Thu, 22 Apr 2010 18:47:06 +0000 Subject: Little fix in test comment --- Lib/test/test_ssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 91d17b5..fb9c9a2 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -176,7 +176,7 @@ class NetworkedTests(unittest.TestCase): if support.verbose: sys.stdout.write("\nVerified certificate for svn.python.org:443 is\n%s\n" % pem) - # Test disabled: OPENSSL_VERSION* not available in Python 2.6 + # Test disabled: OPENSSL_VERSION* not available in Python 3.1 def test_algorithms(self): if support.verbose: sys.stdout.write("test_algorithms disabled, " -- cgit v0.12