Nikola Skoric <[EMAIL PROTECTED]> 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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to