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-01.04:57:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343797059.85.0.681051548241.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that addresses Nick's 2 & 3.  I think I found a satisfactory solution for the inheritance that is both correct and backward compatible.

One question for now: does FileFinder need to keep its find_module() method?  That should be resolved before 3.3 is released to avoid backward compatibility issues.
History
Date User Action Args
2012-08-01 04:57:40eric.snowsetrecipients: + eric.snow, barry, brett.cannon, georg.brandl, ncoghlan, eric.smith, Arfrever
2012-08-01 04:57:39eric.snowsetmessageid: <1343797059.85.0.681051548241.issue15502@psf.upfronthosting.co.za>
2012-08-01 04:57:38eric.snowlinkissue15502 messages
2012-08-01 04:57:37eric.snowcreate