Exception handling....dumb question?

Peter Hansen peter at engcorp.com
Sat Apr 1 12:06:23 EST 2006


kbperry wrote:
> I have a Python book, but it didn't mention this at all.  I also tried
> looking through the online docs to no avail.

This is covered by the tutorial though, and if you're a Python rookie it 
would be a good idea to step your way through most of it soon:

See http://docs.python.org/tut/node10.html for the section on exception 
handling.

-Peter




More information about the Python-list mailing list