Thanks to visit codestin.com Credit goes to github.com
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 3c3d3c7 commit d28fe8cCopy full SHA for d28fe8c
1 file changed
Doc/library/ssl.rst
@@ -782,6 +782,9 @@ SSL Sockets
782
the specification of normal, OS-level sockets. See especially the
783
:ref:`notes on non-blocking sockets <ssl-nonblocking>`.
784
785
+ Usually, :class:`SSLSocket` are not created directly, but using the
786
+ :func:`wrap_socket` function or the :meth:`SSLContext.wrap_socket` method.
787
+
788
SSL sockets also have the following additional methods and attributes:
789
790
.. method:: SSLSocket.read(len=0, buffer=None)
0 commit comments