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
Date 2014-12-08.16:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418054954.8.0.232826100302.issue23013@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for importlib.util.LazyLoader emphatically say that a "loader cannot define importlib.abc.Loader.create_module()" if it is to be subclassed. What in fact should say is that the subclass' create_module() will not be called; whether it is defined or not is of no consequence.
History
Date User Action Args
2014-12-08 16:09:14brett.cannonsetrecipients: + brett.cannon
2014-12-08 16:09:14brett.cannonsetmessageid: <1418054954.8.0.232826100302.issue23013@psf.upfronthosting.co.za>
2014-12-08 16:09:14brett.cannonlinkissue23013 messages
2014-12-08 16:09:14brett.cannoncreate