[Python-checkins] r80381 - python/branches/release31-maint/Lib/test/test_ssl.py

antoine.pitrou python-checkins at python.org
Thu Apr 22 20:47:07 CEST 2010


Author: antoine.pitrou
Date: Thu Apr 22 20:47:06 2010
New Revision: 80381

Log:
Little fix in test comment



Modified:
   python/branches/release31-maint/Lib/test/test_ssl.py

Modified: python/branches/release31-maint/Lib/test/test_ssl.py
==============================================================================
--- python/branches/release31-maint/Lib/test/test_ssl.py	(original)
+++ python/branches/release31-maint/Lib/test/test_ssl.py	Thu Apr 22 20:47:06 2010
@@ -176,7 +176,7 @@
         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, "


More information about the Python-checkins mailing list