summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-04-04 17:53:38 (GMT)
committerBrett Cannon <brett@python.org>2014-04-04 17:53:38 (GMT)
commita04dbe4fe7c2bacfb48b338ed4248a58c540beea (patch)
tree61da9056a3897c291ad0053a55d5f610308e0028 /Doc/whatsnew
parentf22b2f0cf4c3347afea8a9d9285d216359c6ffdc (diff)
downloadcpython-a04dbe4fe7c2bacfb48b338ed4248a58c540beea.zip
cpython-a04dbe4fe7c2bacfb48b338ed4248a58c540beea.tar.gz
cpython-a04dbe4fe7c2bacfb48b338ed4248a58c540beea.tar.bz2
Issue #17621: Introduce importlib.util.LazyLoader.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.5.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index 4218134..76b65a4 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -149,6 +149,10 @@ Improved Modules
subclassing of :class:`~inspect.Signature` easier (contributed
by Yury Selivanov and Eric Snow in :issue:`17373`).
+* :class:`importlib.util.LazyLoader` allows for the lazy loading of modules in
+ applications where startup time is paramount (contributed by Brett Cannon in
+ :issue:`17621`).
+
Optimizations
=============