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 brett.cannon
Recipients Arfrever, barry, brett.cannon, eric.smith, eric.snow, georg.brandl, ncoghlan
Date 2012-08-01.17:19:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343841587.67.0.871056672327.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. And if you really want to deprecate Finder you should have a warning in an __init__ method (as one would hope people are calling super() as necessary). Otherwise the patch looks fine (from a cursory glance).
History
Date User Action Args
2012-08-01 17:19:47brett.cannonsetrecipients: + brett.cannon, barry, georg.brandl, ncoghlan, eric.smith, Arfrever, eric.snow
2012-08-01 17:19:47brett.cannonsetmessageid: <1343841587.67.0.871056672327.issue15502@psf.upfronthosting.co.za>
2012-08-01 17:19:47brett.cannonlinkissue15502 messages
2012-08-01 17:19:46brett.cannoncreate