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 11b2dc0 commit a733a53Copy full SHA for a733a53
Doc/library/ssl.rst
@@ -1899,6 +1899,8 @@ to speed up repeated connections from the same clients.
1899
1900
The return type of :meth:`SSLContext.wrap_socket`, defaults to
1901
:class:`SSLSocket`. The attribute can be assigned to on instances of
1902
+ :class:`SSLContext` in order to return a custom subclass of
1903
+ :class:`SSLSocket`.
1904
:class:`SSLContext` or overridden on subclasses of :class:`SSLContext`
1905
in order to return a custom subclass of :class:`SSLSocket`.
1906
0 commit comments