sert wrote:
I just got an exception and the traceback wouldn't go all the way to the statement that threw the exception. I found that out by using the debugger.

Contrast the traceback:

http://tinyurl.com/5xglde

with the debugger output (notice the arrow pointing to the last statement the traceback showed and how the execution went on beyond it):

http://tinyurl.com/3fjgrl

Is this a known issue or should I submit a bug report?

You forgot to specify which version of Python on which computer system.
I do not remember anything like this. You can search the items at bugs.python.org. If no one explains this, I suggest a bug report.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to