What Exceptions are there? (was: "a better input")

Emile van Sebille emile at fenx.com
Fri May 10 10:30:37 EDT 2002


Louis M. Pecora
> Ok, you knew there was an exception of that type (ValueError), but is
> there a way to get a list of exceptions in a Python module or in the
> main Python core?  There are probably zillions. 

 dir(__builtins__) gives you a good start.

-- 

Emile van Sebille
emile at fenx.com

---------




More information about the Python-list mailing list