hi friends,
I am building a small web application for linux in python lang. I am using httplib for the web interface.
and currently i using the following exceptions in httplib.
httplib.HTTPException
socket.error
socket.herror
socket.gaierror
socket.timeout
so i need error codes and descriptions for the exceptions. I have searched on web,but i can't get any prober doc for this.
friends if you know this, please give me a web address or doc.
Thanks in advance.
[Sorry for my bad English]