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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to