[issue17566] Make importlib.abc.Loader.module_repr optional

Brett Cannon report at bugs.python.org
Tue Apr 9 23:05:22 CEST 2013


Brett Cannon added the comment:

Fixed by http://hg.python.org/cpython/rev/8e733e30edf6 by raising NotImplementedError and relying on the fact that ModuleType.__repr__() swallows any exception.

----------
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list