mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
bpo-40066: [Enum] skip failing doc test (GH-30637)
This commit is contained in:
parent
16901c0482
commit
83d544b929
14 changed files with 2085 additions and 2019 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue