Issue478256

classification
Title: traceback module doesn\'t support java
Type: Severity: normal
Components: Library Versions: Jython 2.1
Milestone:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, itamar, thijs
Priority: low Keywords:

Created on 2001-11-05.09:21:46 by itamar, last changed 2012-08-11.17:45:41 by fwierzbicki.

Messages
msg455 (view) Author: Itamar Shtull-Trauring (itamar) Date: 2001-11-05.09:21:46
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
2012-08-11 17:45:41fwierzbickisetstatus: open -> closed
resolution: out of date
2009-09-10 22:08:15thijssetnosy: + thijs
versions: + Jython 2.1
2008-11-01 02:50:51fwierzbickisetnosy: + fwierzbicki
2001-11-05 09:21:46itamarcreate