]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15056: imp.cache_from_source() and source_from_cache() raise
authorBrett Cannon <brett@python.org>
Mon, 9 Jul 2012 17:58:07 +0000 (13:58 -0400)
committerBrett Cannon <brett@python.org>
Mon, 9 Jul 2012 17:58:07 +0000 (13:58 -0400)
commit19a2f5961ce235e9ca9944069b0f5f21b340de9c
treec6d4a0a02d2eff9004046b5b3b478722431d43c5
parentbf7eab077fe146dd76f5e7ddad3ff8b2d271fe6c
Issue #15056: imp.cache_from_source() and source_from_cache() raise
NotimplementedError when sys.implementation.cache_tag is None.

Thanks to Pranav Ravichandran for taking an initial stab at the patch.
Doc/library/imp.rst
Lib/imp.py
Lib/importlib/_bootstrap.py
Lib/test/test_imp.py
Misc/NEWS
Python/importlib.h