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:24:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343942657.48.0.771910938308.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
Nick's current patch is fine, although I would add back in invalidate_caches() into MetaPathFinder and PathEntryFinder where they do nothing but return NotImplemented as a form of no-op. I know you have a python-ideas discussion going about optional abstractmethod, but until that's settled I would rather have something there to document in code what is supported as part of the API.
History
Date User Action Args
2012-08-02 21:24:17brett.cannonsetrecipients: + brett.cannon, barry, georg.brandl, ncoghlan, eric.smith, Arfrever, python-dev, eric.snow
2012-08-02 21:24:17brett.cannonsetmessageid: <1343942657.48.0.771910938308.issue15502@psf.upfronthosting.co.za>
2012-08-02 21:24:16brett.cannonlinkissue15502 messages
2012-08-02 21:24:16brett.cannoncreate