there's a socket.sendall(), so why no socket.recvall()?

Irmen de Jong irmen at -nospam-remove-this-xs4all.nl
Sat Jan 8 12:01:23 EST 2005


Subject says it all;
there's a socket.sendall(), so why no socket.recvall()?

I know that I can use the MSG_WAITALL flag with recv(),
but this is not implemented on all platforms, most
notably windows.

--Iremn



More information about the Python-list mailing list