[issue7490] IGNORE_EXCEPTION_DETAIL should ignore the module name

Lennart Regebro report at bugs.python.org
Thu Apr 15 16:20:10 CEST 2010


Lennart Regebro <regebro at gmail.com> added the comment:

It's not possible for 2to3 to reformat exceptions, as the formatting would need to go from TheException to themodule.TheException, and there is no way to figure out the module name...

----------

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


More information about the Python-bugs-list mailing list