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 2012-06-13.17:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339607452.3.0.633183856725.issue15056@psf.upfronthosting.co.za>
In-reply-to
Content
Both imp.cache_from_source() and source_from_cache() should throw NotImplementedError when sys.implementation.cache_tag is None. See the thread starting at http://mail.python.org/pipermail/python-dev/2012-June/120145.html for discussion of this decision.
History
Date User Action Args
2012-06-13 17:10:52brett.cannonsetrecipients: + brett.cannon
2012-06-13 17:10:52brett.cannonsetmessageid: <1339607452.3.0.633183856725.issue15056@psf.upfronthosting.co.za>
2012-06-13 17:10:51brett.cannonlinkissue15056 messages
2012-06-13 17:10:51brett.cannoncreate