(original) (raw)
Le samedi 4 avril 2015, Ludovic Gasc <gmludo@gmail.com> a écrit :
From a user's point of view, it should count for the total time, IMO.
If people want a timeout for each syscall, they should call send()
iteratively.I'm agree with Antoine for a global timeout.
Ok, I also agree. I will modify sendall in Python 3.5 and suggest to loop on send to keep the same behaviour on timeout.
Victor