Martin Panter added the comment:

In the meantime, full documentation for the read() and write() methods was 
added for Python 3 in revision 61e52fda1006. The Python 2 documentation only 
mentions read() indirectly, in passing and in example code, and does not 
mention write().

But deprecating them makes sense to me. The essential functionality seems to 
already be available in the recv(), recv_into(), and send() or sendall() 
methods. The write() documentation is not clear regarding partial writes, in 
constrast with send() and sendall().

----------
nosy: +martin.panter

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20762>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to