From: <bc...@wo...> - 2001-04-06 15:59:06
|
[John Mudd] >The following is from the NEWS file distributed with jython-2.1a1. I >was just wondering what this means. By any chance does this mean that >the tracebacks from compiled jython code will now list valid line >numbers instead of zeros? > >Bug fixes. > - Include a LineNumberTable in the compiled class files. No. The fix only include a LineNumberTable attribute in the $py.class files. As a result, a java stacktrace will show correct line numbers from the .py files (a python stacktrace already showed linenumbers) The fix does nothing for jythonc. regards, finn |