Sandro Tosi <sandro.t...@gmail.com> added the comment:

Hi all,
I was looking at this issue and thought: ok the module documentation uses 
send() not correctly, so we should fix that; the fastest solution is using 
sendall().

But then searching fro some examples in the code on internet, I found that the 
python docs contain a "Socket Programming HOWTO" that uses send() the way it 
should be.

So, should we:

- replace send() with sendall() in socket module documentation (explaining it 
was done to not clutter examples) and
- add a reference to the socket programming howto to show a way to use send() 
correctly?

Cheers,
Sandro

----------
nosy: +sandro.tosi

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

Reply via email to