New submission from Brett Cannon <br...@python.org>: 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.
---------- components: Library (Lib) keywords: easy messages: 162712 nosy: brett.cannon priority: deferred blocker severity: normal status: open title: Have imp.cache_from_source() raise NotImplementedError when cache tag not available versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15056> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com