This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, docs@python
Date 2013-03-28.16:00:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364486422.93.0.992071692104.issue17566@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-28 16:00:23brett.cannonsetrecipients: + brett.cannon, docs@python
2013-03-28 16:00:22brett.cannonsetmessageid: <1364486422.93.0.992071692104.issue17566@psf.upfronthosting.co.za>
2013-03-28 16:00:22brett.cannonlinkissue17566 messages
2013-03-28 16:00:22brett.cannoncreate