Nick Coghlan added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15502>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to