mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 04:25:50 +08:00
87009939a5
* ssl: Add missing PROTOCOL_TLS & OP_NO_TICKET constants These were added in 3.5 and 3.6: https://docs.python.org/3.5/library/ssl.html#ssl.PROTOCOL_TLS https://docs.python.org/3.6/library/ssl.html#ssl.PROTOCOL_TLS_CLIENT * ssl: Add missing SSLSession class Reference: https://github.com/python/cpython/blob/5fe59f8e3a0a56a155c18f9d581205ec533764b6/Modules/_ssl.c#L4428