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 ncoghlan
Recipients Arfrever, barry, brett.cannon, eric.smith, eric.snow, georg.brandl, ncoghlan
Date 2012-08-02.10:33:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343903609.6.0.0840814321813.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
In reviewing Eric's changes, I found what I consider a good reason to keep Finder as the root of the hierarchy: *all* finders, both meta path and path entry, will continue to share the optional "invalidate_caches" API.

I'll commit a variant that has the inheritance that way around (still narrowing the "find_module" API for the new ABCs) and see how it looks to everyone.
History
Date User Action Args
2012-08-02 10:33:30ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, georg.brandl, eric.smith, Arfrever, eric.snow
2012-08-02 10:33:29ncoghlansetmessageid: <1343903609.6.0.0840814321813.issue15502@psf.upfronthosting.co.za>
2012-08-02 10:33:28ncoghlanlinkissue15502 messages
2012-08-02 10:33:27ncoghlancreate