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 martin.panter
Recipients docs@python, eric.araujo, jaysinh.shukla, kushal.das, martin.panter, ncoghlan
Date 2016-06-25.12:41:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466858511.55.0.874899588966.issue20842@psf.upfronthosting.co.za>
In-reply-to
Content
I’m not sure what the best solution is. I am just pointing out the problem. It seems an “importer” as mentioned in PEP 302 is more general than the current glossary definition. E.g. ImpImporter() returns an object that has a find_module() method (which partially makes it both a “meta path finder” and a “path entry finder”), but it has no load_module() method. So it fails the “importer” definition according to the current glossary.
History
Date User Action Args
2016-06-25 12:41:51martin.pantersetrecipients: + martin.panter, ncoghlan, eric.araujo, docs@python, kushal.das, jaysinh.shukla
2016-06-25 12:41:51martin.pantersetmessageid: <1466858511.55.0.874899588966.issue20842@psf.upfronthosting.co.za>
2016-06-25 12:41:51martin.panterlinkissue20842 messages
2016-06-25 12:41:51martin.pantercreate