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
Date 2012-08-02.01:42:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343871755.85.0.544841606318.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
> The patch will have Finder break all subclasses that don't define
> find_loader which is backwards-incompatible.

How so?  Finder is registered against PathEntryFinder.  It doesn't inherit, so it doesn't get the abc.ABCMeta as a metaclass and thereby there is no instantiation-time checks for find_loader().

Attached is a patch that makes the two names changes (FileFinder was all over the place).
History
Date User Action Args
2012-08-02 01:42:36eric.snowsetrecipients: + eric.snow, barry, brett.cannon, georg.brandl, ncoghlan, eric.smith, Arfrever
2012-08-02 01:42:35eric.snowsetmessageid: <1343871755.85.0.544841606318.issue15502@psf.upfronthosting.co.za>
2012-08-02 01:42:35eric.snowlinkissue15502 messages
2012-08-02 01:42:34eric.snowcreate