]> granicus.if.org Git - python/commitdiff
Little fix in test comment
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Apr 2010 18:47:06 +0000 (18:47 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Apr 2010 18:47:06 +0000 (18:47 +0000)
Lib/test/test_ssl.py

index 91d17b5d111915eb7dfd0f98345aa9a40d564367..fb9c9a2ff5f2f513def3f3c875083407831a636e 100644 (file)
@@ -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, "