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 900bad5 commit 14968e6Copy full SHA for 14968e6
stdlib/_ssl.pyi
@@ -55,6 +55,7 @@ if sys.version_info < (3, 12):
55
def RAND_pseudo_bytes(n: int, /) -> tuple[bytes, bool]: ...
56
57
if sys.version_info < (3, 10):
58
+ @deprecated("Unsupported by OpenSSL since 1.1.1; removed in Python 3.10.")
59
def RAND_egd(path: str) -> None: ...
60
61
def RAND_status() -> bool: ...
0 commit comments