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 Arfrever, barry, brett.cannon, eric.smith, eric.snow, georg.brandl, ncoghlan
Date 2012-08-01.03:09:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343790595.33.0.41220997539.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
Reading through What's New, I withdraw the suggestion of changing the "path entry finder" term. It's just not worth the hassle.

That also simplifies things a lot. All that needs to change to make things consistent:

1. Switch the docs over to using "path finder" instead of "path importer"
2. Add the MetaPathFinder and PathEntryFinder ABCs (with only the latter have find_loader() defined)
3. Adjust the inheritance in importlib to use the appropriate parent rather than inheriting from Finder directly
History
Date User Action Args
2012-08-01 03:09:55ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, georg.brandl, eric.smith, Arfrever, eric.snow
2012-08-01 03:09:55ncoghlansetmessageid: <1343790595.33.0.41220997539.issue15502@psf.upfronthosting.co.za>
2012-08-01 03:09:54ncoghlanlinkissue15502 messages
2012-08-01 03:09:54ncoghlancreate