[Python-checkins] r84023 - python/branches/py3k/Lib/test/test_ssl.py

antoine.pitrou python-checkins at python.org
Sat Aug 14 18:33:38 CEST 2010


Author: antoine.pitrou
Date: Sat Aug 14 18:33:38 2010
New Revision: 84023

Log:
There doesn't seem to be a reason for this test to be disabled.



Modified:
   python/branches/py3k/Lib/test/test_ssl.py

Modified: python/branches/py3k/Lib/test/test_ssl.py
==============================================================================
--- python/branches/py3k/Lib/test/test_ssl.py	(original)
+++ python/branches/py3k/Lib/test/test_ssl.py	Sat Aug 14 18:33:38 2010
@@ -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:


More information about the Python-checkins mailing list