[EMAIL PROTECTED] wrote:
> Version of python: 2.4
> O/S: Win2K
>
> I will be writing some python scripts to do some client-side
> programming that involves socket.py. I expect that I will be making
> calls to the following methods/functions:
>
> connect_ex()
> setsockopt()
> sendall()
> recv()
>
Version of python: 2.4
O/S: Win2K
I will be writing some python scripts to do some client-side
programming that involves socket.py. I expect that I will be making
calls to the following methods/functions:
connect_ex()
setsockopt()
sendall()
recv()
close()
Where can one find information about wh