Unusual minidom behaviour: Part Deux

Paul Prescod paulp at ActiveState.com
Sat Jul 28 22:16:42 EDT 2001


Victor Bazarov wrote:
> 
>...
> > How exactly did you find out about that? If one of the threads would
> > raise an exception that is not caught, would you see the traceback or
> > would it get eaten silently by the calling Java application?
> 
> I don't know the answer to that question.  However, I think that
> any exception that is not caught in Python code would be caught
> in Python interpreter my Java application runs.  Is it not true?

He didn't ask about whether the *exception* is getting eaten siliently.
He asked about the traceback. i.e. the text written to stderr in the
event of an exception.
-- 
Take a recipe. Leave a recipe.  
Python Cookbook!  http://www.ActiveState.com/pythoncookbook




More information about the Python-list mailing list