We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a920fd6 commit f2c917fCopy full SHA for f2c917f
stdlib/_ssl.pyi
@@ -240,9 +240,7 @@ OP_SINGLE_ECDH_USE: int
240
OP_NO_COMPRESSION: int
241
OP_ENABLE_MIDDLEBOX_COMPAT: int
242
OP_NO_RENEGOTIATION: int
243
-if sys.version_info >= (3, 11):
244
- OP_IGNORE_UNEXPECTED_EOF: int
245
-elif sys.version_info >= (3, 8) and sys.platform == "linux":
+if sys.version_info >= (3, 11) or sys.platform == "linux":
246
OP_IGNORE_UNEXPECTED_EOF: int
247
if sys.version_info >= (3, 12):
248
OP_LEGACY_SERVER_CONNECT: int
0 commit comments