Little fix in test comment

This commit is contained in:
Antoine Pitrou 2010-04-22 18:47:06 +00:00
parent ae92a72b21
commit 754b98c9b4
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class NetworkedTests(unittest.TestCase):
if support.verbose: if support.verbose:
sys.stdout.write("\nVerified certificate for svn.python.org:443 is\n%s\n" % pem) 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): def test_algorithms(self):
if support.verbose: if support.verbose:
sys.stdout.write("test_algorithms disabled, " sys.stdout.write("test_algorithms disabled, "