summaryrefslogtreecommitdiffstats
path: root/Lib/ssl.py
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2022-01-17 15:18:13 (GMT)
committerGitHub <noreply@github.com>2022-01-17 15:18:13 (GMT)
commit83d544b9292870eb44f6fca37df0aa351c4ef83a (patch)
treeea79ba5ffd709ae98958ad245b92983cc51c29e5 /Lib/ssl.py
parent16901c0482734dbd389b09ca3edfcf3e22faeed7 (diff)
downloadcpython-83d544b9292870eb44f6fca37df0aa351c4ef83a.zip
cpython-83d544b9292870eb44f6fca37df0aa351c4ef83a.tar.gz
cpython-83d544b9292870eb44f6fca37df0aa351c4ef83a.tar.bz2
bpo-40066: [Enum] skip failing doc test (GH-30637)
Diffstat (limited to 'Lib/ssl.py')
-rw-r--r--Lib/ssl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ssl.py b/Lib/ssl.py
index 2079251..dafb70a 100644
--- a/Lib/ssl.py
+++ b/Lib/ssl.py
@@ -119,7 +119,6 @@ from _ssl import (
)
from _ssl import _DEFAULT_CIPHERS, _OPENSSL_API_VERSION
-
_IntEnum._convert_(
'_SSLMethod', __name__,
lambda name: name.startswith('PROTOCOL_') and name != 'PROTOCOL_SSLv23',