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, eric.snow, ethan.furman, kdart, ncoghlan, pitrou, python-dev
Date 2016-02-21.02:44:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456022663.19.0.996217690924.issue26186@psf.upfronthosting.co.za>
In-reply-to
Content
This has been resolved by removing the check (the docs have always said the method was ignored, so that will just continue). I also did separate commit to list that BuiltinImporter and ExtensionFileLoader won't work (they would need to be updated to return a module subclass to work).

I'm leaving this issue open to decide if I want to add an explicit check in importlib.util.LazyLoader.create_module() to verify that None is returned in Python 3.5 (I probably will, but I want to think about on it for a little bit).
History
Date User Action Args
2016-02-21 02:44:23brett.cannonsetrecipients: + brett.cannon, ncoghlan, kdart, pitrou, ethan.furman, python-dev, eric.snow
2016-02-21 02:44:23brett.cannonsetmessageid: <1456022663.19.0.996217690924.issue26186@psf.upfronthosting.co.za>
2016-02-21 02:44:23brett.cannonlinkissue26186 messages
2016-02-21 02:44:22brett.cannoncreate