New submission from Brett Cannon:

Various places list explicitly what abstractmethods are needed to make an ABC 
work in importlib.abc. Unfortunately when module_repr() came into existence it 
was made abstract but no other documentation was updated to point out this fact.

----------
assignee: docs@python
components: Documentation
messages: 185453
nosy: brett.cannon, docs@python
priority: normal
severity: normal
stage: needs patch
status: open
title: Document that importlib.abc.Loader.module_repr is abstract and thus 
needed by various other ABCs
versions: Python 3.3, Python 3.4

_______________________________________
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