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 ncoghlan
Recipients barry, brett.cannon, eric.smith, eric.snow, georg.brandl, ncoghlan
Date 2012-07-31.22:27:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7eex+ywvTnMAsFSF_X=_H9c2-xU1=bDd8asVEq9z+fNVw@mail.gmail.com>
In-reply-to <1343764300.78.0.600412700354.issue15502@psf.upfronthosting.co.za>
Content
I would largely use Brett's proposed interface for MetaPathFinder (but keep
the path argument optional) and his PathImporter interface for
PathEntryHandler.

Finder can then just become a legacy alias for MetaPathFinder.
History
Date User Action Args
2012-07-31 22:27:04ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, georg.brandl, eric.smith, eric.snow
2012-07-31 22:27:03ncoghlanlinkissue15502 messages
2012-07-31 22:27:03ncoghlancreate