Re: where to find information about errors/exceptions in socket.py

2005-10-07 Thread Steve Holden
[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() >

where to find information about errors/exceptions in socket.py

2005-10-06 Thread mirandacascade
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