I'm reading Tutorial on Network Programming with Python, and in this document the author is saying that "The function sendall() should be used only with blocking sockets."
But I do not see any such condition in the Python documentation, socket.sendall(string[, flags]).
Is the author of PyNet right?