summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-05-31 22:02:11 (GMT)
committerBrett Cannon <brett@python.org>2013-05-31 22:02:11 (GMT)
commit028d51236a3e056288c207dd61f780e2ce5f22e1 (patch)
tree68b27703a467eef7f5dc689db24861f7238b2f99 /Doc
parent177381116ee99b7a4cdf4cf56a1d8b932999c8c8 (diff)
downloadcpython-028d51236a3e056288c207dd61f780e2ce5f22e1.zip
cpython-028d51236a3e056288c207dd61f780e2ce5f22e1.tar.gz
cpython-028d51236a3e056288c207dd61f780e2ce5f22e1.tar.bz2
Update What's New for importlib.util.module_to_load name change
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index cca8b93..21addc4 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -255,4 +255,4 @@ that may require changes to your code.
* :meth:`importlib.util.module_for_loader` now sets ``__loader__`` and
``__package__`` unconditionally to properly support reloading. If this is not
desired then you will need to set these attributes manually. You can use
- :class:`importlib.util.ModuleManager` for module management.
+ :func:`importlib.util.module_to_load` for module management.