This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients Arfrever, barry, brett.cannon, eric.smith, eric.snow, georg.brandl, ncoghlan, pje, python-dev
Date 2012-08-03.06:19:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343974764.65.0.943708901549.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-03 06:19:24eric.snowsetrecipients: + eric.snow, barry, brett.cannon, georg.brandl, pje, ncoghlan, eric.smith, Arfrever, python-dev
2012-08-03 06:19:24eric.snowsetmessageid: <1343974764.65.0.943708901549.issue15502@psf.upfronthosting.co.za>
2012-08-03 06:19:23eric.snowlinkissue15502 messages
2012-08-03 06:19:22eric.snowcreate