]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18194: Introduce importlib.util.cache_from_source() and
authorBrett Cannon <brett@python.org>
Sat, 15 Jun 2013 02:35:40 +0000 (22:35 -0400)
committerBrett Cannon <brett@python.org>
Sat, 15 Jun 2013 02:35:40 +0000 (22:35 -0400)
commita38e81428aecdc83dc1493bb76edde49ff76a7b4
tree955429b46aaf807ae8b47c270fcb3b549d090502
parent589c4fffd2df26cf3bacf62de7fab2443d2cee2a
Issue #18194: Introduce importlib.util.cache_from_source() and
source_from_cache(), finishing the work introduced in changset
4134:9cacdb9d0c59.
Lib/imp.py
Misc/NEWS