From: Antoine Pitrou Date: Thu, 22 Apr 2010 18:47:06 +0000 (+0000) Subject: Little fix in test comment X-Git-Tag: v3.1.3rc1~886 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=754b98c9b4cb355880a464b9e4e9079d96ffc111;p=python Little fix in test comment --- diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 91d17b5d11..fb9c9a2ff5 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, "