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 012a83a commit ba9fb0dCopy full SHA for ba9fb0d
1 file changed
Doc/library/ssl.rst
@@ -791,7 +791,9 @@ SSL sockets provide the following methods of :ref:`socket-objects`:
791
the same limitation)
792
- :meth:`~socket.socket.sendfile()` (but :mod:`os.sendfile` will be used
793
for plain-text sockets only, else :meth:`~socket.socket.send()` will be used)
794
- .. versionadded:: 3.5
+
795
+ .. versionadded:: 3.5
796
797
- :meth:`~socket.socket.shutdown()`
798
799
However, since the SSL (and TLS) protocol has its own framing atop
0 commit comments