[issue28724] Add method send_io, recv_io to the socket module.

STINNER Victor report at bugs.python.org
Wed Sep 11 13:18:17 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

Thanks Shinya Okano for the original patch.

Well done Joannah! Thanks for your tenacity :-) This PR has 100 comments and 27 commits which shows the complexity of the feature.

Honestly, I'm not 100% happy with current documentation, but I chose to merge the PR anyway. Please leave this issue open until the documentation is completed to mention corner cases like partial send (similar to sock.send vs sock.sendall).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28724>
_______________________________________


More information about the Python-bugs-list mailing list