[issue15502] Meta path finders and path entry finders are different, but share an ABC

Nick Coghlan report at bugs.python.org
Tue Jul 31 07:47:08 CEST 2012


Nick Coghlan added the comment:

As we want to eventually deprecate find_module in the PathEntryHandler API, I'd suggest two new subclasses, MetaPathFinder and PathEntryHandler, both inheriting from Finder.

Current path hooks would be updated to inherit from PathEntryHandler, meta path hooks from MetaPathFinder.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15502>
_______________________________________


More information about the Python-bugs-list mailing list