Kaydet (Commit) 287452ee authored tarafından Victor Stinner's avatar Victor Stinner

What's New in Python 3.5: Document ssl methods change on timeout

üst 6752d65d
......@@ -750,6 +750,15 @@ sndhdr
:func:`~collections.namedtuple`.
(Contributed by Claudiu Popa in :issue:`18615`.)
ssl
---
The :meth:`~ssl.SSLSocket.do_handshake`, :meth:`~ssl.SSLSocket.read`,
:meth:`~ssl.SSLSocket.shutdown`, and :meth:`~ssl.SSLSocket.write` methods of
:class:`ssl.SSLSocket` don't reset the socket timeout anymore each time bytes
are received or sent. The socket timeout is now the maximum total duration of
the method.
socket
------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment