]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17621: Introduce importlib.util.LazyLoader.
authorBrett Cannon <brett@python.org>
Fri, 4 Apr 2014 17:53:38 +0000 (13:53 -0400)
committerBrett Cannon <brett@python.org>
Fri, 4 Apr 2014 17:53:38 +0000 (13:53 -0400)
commita04dbe4fe7c2bacfb48b338ed4248a58c540beea
tree61da9056a3897c291ad0053a55d5f610308e0028
parentf22b2f0cf4c3347afea8a9d9285d216359c6ffdc
Issue #17621: Introduce importlib.util.LazyLoader.
Doc/library/importlib.rst
Doc/whatsnew/3.5.rst
Lib/importlib/util.py
Lib/test/test_importlib/test_lazy.py [new file with mode: 0644]
Misc/NEWS