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 brett.cannon, eric.smith, eric.snow, georg.brandl, ncoghlan
Date 2012-07-31.05:47:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343713628.57.0.700632817043.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
As we want to eventually deprecate find_module in the PathEntryHandler API, I'd suggest two new subclasses, MetaPathFinder and PathEntryHandler, both inheriting from Finder.

Current path hooks would be updated to inherit from PathEntryHandler, meta path hooks from MetaPathFinder.
History
Date User Action Args
2012-07-31 05:47:08ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, eric.smith, eric.snow
2012-07-31 05:47:08ncoghlansetmessageid: <1343713628.57.0.700632817043.issue15502@psf.upfronthosting.co.za>
2012-07-31 05:47:08ncoghlanlinkissue15502 messages
2012-07-31 05:47:07ncoghlancreate