diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-22 18:47:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-22 18:47:06 (GMT) |
commit | 754b98c9b4cb355880a464b9e4e9079d96ffc111 (patch) | |
tree | 3fcd0724fbf47558c13025d79a304715d9ad240c | |
parent | ae92a72b2143490ae676b572a7dc4eca7b5d1e14 (diff) | |
download | cpython-754b98c9b4cb355880a464b9e4e9079d96ffc111.zip cpython-754b98c9b4cb355880a464b9e4e9079d96ffc111.tar.gz cpython-754b98c9b4cb355880a464b9e4e9079d96ffc111.tar.bz2 |
Little fix in test comment
-rw-r--r-- | Lib/test/test_ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, " |