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

Eric Snow report at bugs.python.org
Fri Aug 3 08:19:24 CEST 2012


Eric Snow added the comment:

This patch implements most of Brett's recommendation.  I've held off on actually deprecating Finder just yet.  However, it would probably entail a message in the docs like this:

The API signatures for meta path finders and path entry finders
were separated by PEP 420.  This class is still available for
compatibility with legacy third party reimplementations of the import
system.  Either :class:`MetaPathFinder` or :class:`PathEntryFinder`
should be used instead.

----------
Added file: http://bugs.python.org/file26671/issue15502_invalidate_caches.diff

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


More information about the Python-bugs-list mailing list