Brett Cannon added the comment:

As for Finder containing nothing significant, that's a side-effect of the 
cleanup and why Finder should get deprecated, especially since the contract 
that a Finder implements find_module() is no longer being enforced. Tying 
MetaPathFinder and PathEntryFinder together because they are conceptually 
finders is just not useful from a programming perspective since their APIs have 
no overlap except for invalidate_caches(), which if generalized, is just 
happenstance and not by explicit design.

----------

_______________________________________
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