[issue7490] IGNORE_EXCEPTION_DETAIL should ignore the module name

Lennart Regebro report at bugs.python.org
Thu Apr 15 17:24:09 CEST 2010


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

Sure, but +IGNORE_EXCEPTION_DETAIL will only work on Python 3.2+, so 2to3 can't solve the issue. It can only help once 3.2 does the actual solving. ;)

3to2 could simply remove the module name from exceptions in the output. You don't need to touch IGNORE_EXCEPTION_DETAIL for that.

----------

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


More information about the Python-bugs-list mailing list