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, ncoghlan
Date 2014-05-27.13:56:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401198979.82.0.69082814115.issue21581@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is not talking about dropping create_module() from the algorithm (I need it for the lazy loader), just from the ABC since it's a do-nothing implementation that doesn't have to be there.

Otherwise it should be made a required method and possibly even not have its ``return None`` special-casing.
History
Date User Action Args
2014-05-27 13:56:19brett.cannonsetrecipients: + brett.cannon, ncoghlan, Arfrever
2014-05-27 13:56:19brett.cannonsetmessageid: <1401198979.82.0.69082814115.issue21581@psf.upfronthosting.co.za>
2014-05-27 13:56:19brett.cannonlinkissue21581 messages
2014-05-27 13:56:19brett.cannoncreate