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, python-dev
Date 2012-08-02.21:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343944138.17.0.0106644320993.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
As for Finder containing nothing significant, that's a side-effect of the cleanup and why Finder should get deprecated, especially since the contract that a Finder implements find_module() is no longer being enforced. Tying MetaPathFinder and PathEntryFinder together because they are conceptually finders is just not useful from a programming perspective since their APIs have no overlap except for invalidate_caches(), which if generalized, is just happenstance and not by explicit design.
History
Date User Action Args
2012-08-02 21:48:58brett.cannonsetrecipients: + brett.cannon, barry, georg.brandl, ncoghlan, eric.smith, Arfrever, python-dev, eric.snow
2012-08-02 21:48:58brett.cannonsetmessageid: <1343944138.17.0.0106644320993.issue15502@psf.upfronthosting.co.za>
2012-08-02 21:48:57brett.cannonlinkissue15502 messages
2012-08-02 21:48:57brett.cannoncreate