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 brett.cannon
Date 2013-06-11.20:47:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370983623.04.0.860337452651.issue18194@psf.upfronthosting.co.za>
In-reply-to
Content
To facilitate deprecating imp, need to move imp.source_from_cache() and cache_from_source() to importlib.util or as static methods on importlib.machinery.SourceLoader.
History
Date User Action Args
2013-06-11 20:47:03brett.cannonsetrecipients: + brett.cannon
2013-06-11 20:47:03brett.cannonsetmessageid: <1370983623.04.0.860337452651.issue18194@psf.upfronthosting.co.za>
2013-06-11 20:47:03brett.cannonlinkissue18194 messages
2013-06-11 20:47:02brett.cannoncreate