mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Backout redundant changeset 1de4d92cd6a4
This commit is contained in:
parent
87e585581d
commit
cf9943de97
1 changed files with 0 additions and 2 deletions
|
|
@ -981,8 +981,6 @@ else:
|
||||||
@skip_if_broken_ubuntu_ssl
|
@skip_if_broken_ubuntu_ssl
|
||||||
def test_protocol_sslv2(self):
|
def test_protocol_sslv2(self):
|
||||||
"""Connecting to an SSLv2 server with various client options"""
|
"""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:
|
if test_support.verbose:
|
||||||
sys.stdout.write("\n")
|
sys.stdout.write("\n")
|
||||||
if not hasattr(ssl, 'PROTOCOL_SSLv2'):
|
if not hasattr(ssl, 'PROTOCOL_SSLv2'):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue