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 pitrou
Recipients brett.cannon, eric.snow, loewis, ncoghlan, pitrou
Date 2012-08-01.15:01:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343833158.3370.2.camel@localhost.localdomain>
In-reply-to <1343833037.56.0.428092143741.issue15519@psf.upfronthosting.co.za>
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()).

Ah, fair enough. I thought loader objects were always distinct from
finders.
History
Date User Action Args
2012-08-01 15:01:44pitrousetrecipients: + pitrou, loewis, brett.cannon, ncoghlan, eric.snow
2012-08-01 15:01:43pitroulinkissue15519 messages
2012-08-01 15:01:43pitroucreate