Commit c5e9fdae authored by Jason Madden's avatar Jason Madden

changelog: sockets have no write() method, that's on the fileobject. [skip ci]

parent f7b921c4
......@@ -11,8 +11,8 @@
:meth:`~socket.socket.sendall` method of a gevent SSL socket that has
a timeout now returns immediately (like the standard library does),
instead of incorrectly raising :exc:`ssl.SSLEOFError`. (Note that
sending empty data with the :meth:`~socket.socket.send` or
:meth:`~socket.socket.write` method *does* raise ``SSLEOFError`` in
sending empty data with the :meth:`~socket.socket.send`
method *does* raise ``SSLEOFError`` in
both gevent and the standard library.) Reported in :issue:`719` by
Mustafa Atik and Tymur Maryokhin, with a reproducible test case
provided by Timo Savola.
......
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