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, python-dev
Date 2012-08-02.16:21:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343924494.47.0.425722541202.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
Not to detract from the fun <wink> terminology discussion, but I have lingering concerns with the ABC inheritance model here.

Looking over changeset 184700df5b6a, I'm still fine with the change if invalidate_caches() is appropriate for both.  If not or if we don't know yet, I think we should hold off on moving invalidate_caches() up into Finder.  If it is okay then we should add meta path finder traversal to importlib.invalidate_caches().  Either way there's a (not substantial) loose end.
History
Date User Action Args
2012-08-02 16:21:34eric.snowsetrecipients: + eric.snow, barry, brett.cannon, georg.brandl, ncoghlan, eric.smith, Arfrever, python-dev
2012-08-02 16:21:34eric.snowsetmessageid: <1343924494.47.0.425722541202.issue15502@psf.upfronthosting.co.za>
2012-08-02 16:21:33eric.snowlinkissue15502 messages
2012-08-02 16:21:33eric.snowcreate