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, eric.snow, loewis, ncoghlan, pitrou
Date 2012-08-01.14:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343833037.56.0.428092143741.issue15519@psf.upfronthosting.co.za>
In-reply-to
Content
The importers can both find and load modules (e.g. BuiltinImporter defines both find_module() and load_module()), while the finders only find modules (e.g. only define find_module()). It's defined in the glossary, so maybe more links to that would help.
History
Date User Action Args
2012-08-01 14:57:17brett.cannonsetrecipients: + brett.cannon, loewis, ncoghlan, pitrou, eric.snow
2012-08-01 14:57:17brett.cannonsetmessageid: <1343833037.56.0.428092143741.issue15519@psf.upfronthosting.co.za>
2012-08-01 14:57:16brett.cannonlinkissue15519 messages
2012-08-01 14:57:16brett.cannoncreate