mirror of https://github.com/python/cpython
Little fix in test comment
This commit is contained in:
parent
ae92a72b21
commit
754b98c9b4
|
@ -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, "
|
||||
|
|
Loading…
Reference in New Issue