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]

Recommended Answers

All 2 Replies

Have you tried looking at the python docs? http://docs.python.org/
A quick search there got some promising results.

Have you tried looking at the python docs? http://docs.python.org/
A quick search there got some promising results.

first of all thanks for your reply.
Yeah, I was already looked at pydocs, I need error codes and descriptions.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.