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-05-26.14:51:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401115897.78.0.38815519118.issue21581@psf.upfronthosting.co.za>
In-reply-to
Content
As Armin Ronacher pointed out, it's a bit odd having the importlib.abc.Loader ABC have a method whose default does nothing and having the method itself be entirely optional. Might as well just drop it from the ABC and instead just make sure that create_module() is documented appropriately (it's such an advanced use case it might also simplify things to not have it in the typical user's face).
History
Date User Action Args
2014-05-26 14:51:37brett.cannonsetrecipients: + brett.cannon
2014-05-26 14:51:37brett.cannonsetmessageid: <1401115897.78.0.38815519118.issue21581@psf.upfronthosting.co.za>
2014-05-26 14:51:37brett.cannonlinkissue21581 messages
2014-05-26 14:51:36brett.cannoncreate