[Python-checkins] cpython (2.7): Backout redundant changeset 1de4d92cd6a4

antoine.pitrou python-checkins at python.org
Mon Oct 31 20:27:15 CET 2011


http://hg.python.org/cpython/rev/848210b179ab
changeset:   73263:848210b179ab
branch:      2.7
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Oct 31 20:23:00 2011 +0100
summary:
  Backout redundant changeset 1de4d92cd6a4

files:
  Lib/test/test_ssl.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -981,8 +981,6 @@
         @skip_if_broken_ubuntu_ssl
         def test_protocol_sslv2(self):
             """Connecting to an SSLv2 server with various client options"""
-            if not hasattr(ssl, 'PROTOCOL_SSLv2'):
-                raise unittest.SkipTest('No SSLv2 available')
             if test_support.verbose:
                 sys.stdout.write("\n")
             if not hasattr(ssl, 'PROTOCOL_SSLv2'):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list