forcing exceptions

Paul Rubin http
Fri Mar 3 14:51:04 EST 2006


Nikola Skoric <nick-news at net4u.hr> writes:
> Is there a way to tell the interpreter to display exceptions, even those 
> which were captured with except?

Normally you wouldn't do that unless you were trying to debug the
interpreter itself.  It uses caught exceptions for all sorts of things
that you probably don't want displayed.  I think even ordinary loop
termination may be implemented using exceptions.



More information about the Python-list mailing list