commit | ab6190f9aaae574b85d06fdd925a46da7f524592 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 14 16:33:38 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 14 16:33:38 2010 +0000 |
tree | 6e969ce40cc5c1e9e08921df7aa43c2e79e76486 | |
parent | d151e2744619442de131729e04827925b0091e16 [diff] |
There doesn't seem to be a reason for this test to be disabled.
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 1f216ab..39aaba2 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py
@@ -429,8 +429,6 @@ if not pem: self.fail("No server certificate on svn.python.org:443!") - return - try: pem = ssl.get_server_certificate(("svn.python.org", 443), ca_certs=CERTFILE) except ssl.SSLError as x: