mirror of https://github.com/python/cpython
Add a versionadded tag for SSL contexts.
This commit is contained in:
parent
50fe593ae9
commit
cafaad4a9d
|
@ -410,6 +410,8 @@ SSL Sockets
|
|||
SSL Contexts
|
||||
------------
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
.. class:: SSLContext(protocol)
|
||||
|
||||
An object holding various data longer-lived than single SSL connections,
|
||||
|
|
Loading…
Reference in New Issue