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 eric.snow
Recipients barry, brett.cannon, eric.araujo, eric.snow, georg.brandl, larry, ncoghlan, skrah
Date 2012-07-31.03:21:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343704869.56.0.834482644373.issue15295@psf.upfronthosting.co.za>
In-reply-to
Content
Sounds good to me.  As I understood them:

1. default path importer (a.k.a PathFinder),
2. path hook (lives on sys.path_hooks),
3. path entry handler (finder look-alike that a path hook returns),
4. module loader (business as usual).

A "path entry handler" would stand in contrast to a "meta path finder".  These two would also map well to ABCs for issue15502.
History
Date User Action Args
2012-07-31 03:21:09eric.snowsetrecipients: + eric.snow, barry, brett.cannon, georg.brandl, ncoghlan, larry, eric.araujo, skrah
2012-07-31 03:21:09eric.snowsetmessageid: <1343704869.56.0.834482644373.issue15295@psf.upfronthosting.co.za>
2012-07-31 03:21:09eric.snowlinkissue15295 messages
2012-07-31 03:21:08eric.snowcreate