Message455

Author itamar
Recipients
Date 2001-11-05.09:21:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In the jython interpreter, an exception in java code
will print out a traceback that includes the line
numbers and class of the java classes. In, for example,
pyunit only the python code's traceback is printed.

This is because pyunit prints out caught exceptions
using the traceback module, and apparently traceback.py
doesn't know how to deal with the java part of the
exception.
History
Date User Action Args
2008-02-20 17:16:56adminlinkissue478256 messages
2008-02-20 17:16:56admincreate