Brett Cannon added the comment:

If Eric doesn't have anything to add then I would like to change 
importlib.abc.Loader.module_repr() to no longer be abstract and the default to 
be defined as ``return repr(module)``. Else it should be entirely optional and 
not have a default implementation, but having it be required as abstract 
doesn't seem quite right to me.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17566>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to