[issue17442] code.InteractiveInterpreter doesn't display the exception cause

R. David Murray report at bugs.python.org
Mon Sep 29 17:29:43 CEST 2014


R. David Murray added the comment:

After reconsidering Terry's idle example, it seems to me that the change could adversely impact existing code that already works around the lack of chained tracebacks, even as idle does.  So I committed this to 3.5 only as an enhancement.

Thanks Claudiu.

As an aside, isn't it a (pre-existing) bug that if an excepthook exists, it gets passed None for the traceback?

----------
resolution:  -> fixed
stage: commit review -> resolved
status: open -> closed
type: behavior -> enhancement
versions:  -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17442>
_______________________________________


More information about the Python-bugs-list mailing list