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 barry, brett.cannon, eric.smith, jaraco
Date 2012-04-24.14:42:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335278553.48.0.432874788761.issue14660@psf.upfronthosting.co.za>
In-reply-to
Content
Loaders are not meant to have a find_module method; that is purely for finders which can be distinct objects. So having a namespace loader is expected and there is no expectation that it have a find_module method (actually almost all of the loaders in importlib lack a find_module method).
History
Date User Action Args
2012-04-24 14:42:33brett.cannonsetrecipients: + brett.cannon, barry, jaraco, eric.smith
2012-04-24 14:42:33brett.cannonsetmessageid: <1335278553.48.0.432874788761.issue14660@psf.upfronthosting.co.za>
2012-04-24 14:42:32brett.cannonlinkissue14660 messages
2012-04-24 14:42:32brett.cannoncreate