[issue17911] Extracting tracebacks does too much work

Guido van Rossum report at bugs.python.org
Tue May 7 05:39:46 CEST 2013


Guido van Rossum added the comment:

That sounds great, except I'd expect the exception type and str(), since a formatted traceback uses the str() of the exception, not its repr().

Personally I don't think the tuples need to be named, but I won't hold up progress either. :-)

----------

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


More information about the Python-bugs-list mailing list