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 Arfrever, brett.cannon, eric.snow, ncoghlan
Date 2014-12-12.14:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418395159.86.0.671315332574.issue23014@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think we really need to say anything. If people want default results, simply return None (which is handled for them by importlib.abc.Loader). The only thing changing here is that the method will now be required instead of optional.

I'll post the patch here before I commit to make sure it's all clear.
History
Date User Action Args
2014-12-12 14:39:19brett.cannonsetrecipients: + brett.cannon, ncoghlan, Arfrever, eric.snow
2014-12-12 14:39:19brett.cannonsetmessageid: <1418395159.86.0.671315332574.issue23014@psf.upfronthosting.co.za>
2014-12-12 14:39:19brett.cannonlinkissue23014 messages
2014-12-12 14:39:19brett.cannoncreate