mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
* 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:
5fe59f8e3a/Modules/_ssl.c (L4428)