exceptions?

Fredrik Lundh fredrik at pythonware.com
Wed Dec 15 09:57:09 EST 1999


> Could anyone please point me to a good explanation how exceptions can be
> handled, new created and used, how I can check for a special exception and so
> on...?

http://www.python.org/doc/current/tut/node10.html
http://www.python.org/doc/current/lib/module-exceptions.html
http://www.python.org/doc/current/ref/try.html

</F>





More information about the Python-list mailing list