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, pje, python-dev
Date 2012-08-06.00:04:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344211458.49.0.621183796921.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
Eric's latest patch LGTM except for the missing patch for test.test_importlib.test_abc to fix the inheritance checks.

Nick, Eric Smith, or Barry: can you double-check the patch is good? About the only thing that might be questionable is having MetaPathFinder and PathEntryFinder not inherit from Finder itself, but that does make sense and we do have multiple inheritance for a reason in Python.
History
Date User Action Args
2012-08-06 00:04:18brett.cannonsetrecipients: + brett.cannon, barry, georg.brandl, pje, ncoghlan, eric.smith, Arfrever, python-dev, eric.snow
2012-08-06 00:04:18brett.cannonsetmessageid: <1344211458.49.0.621183796921.issue15502@psf.upfronthosting.co.za>
2012-08-06 00:04:17brett.cannonlinkissue15502 messages
2012-08-06 00:04:17brett.cannoncreate