summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-22 18:47:06 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-22 18:47:06 (GMT)
commit754b98c9b4cb355880a464b9e4e9079d96ffc111 (patch)
tree3fcd0724fbf47558c13025d79a304715d9ad240c
parentae92a72b2143490ae676b572a7dc4eca7b5d1e14 (diff)
downloadcpython-754b98c9b4cb355880a464b9e4e9079d96ffc111.zip
cpython-754b98c9b4cb355880a464b9e4e9079d96ffc111.tar.gz
cpython-754b98c9b4cb355880a464b9e4e9079d96ffc111.tar.bz2
Little fix in test comment
-rw-r--r--Lib/test/test_ssl.py2
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, "