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