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 <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