[docs] [issue17566] Document that importlib.abc.Loader.module_repr is abstract and thus needed by various other ABCs

Brett Cannon report at bugs.python.org
Mon Apr 1 21:40:19 CEST 2013


Brett Cannon added the comment:

Barry, Eric: can you clarify why you made module_repr an abstractmethod and thus require its overloading? It seems like its default is fine and you should only need to overload it when you can say something better than the default.

----------
nosy: +barry, eric.smith

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


More information about the docs mailing list