cpython: Update What's New for importlib.util.module_to_load name change
http://hg.python.org/cpython/rev/16598c43d3e8 changeset: 83997:16598c43d3e8 user: Brett Cannon <brett@python.org> date: Fri May 31 18:02:11 2013 -0400 summary: Update What's New for importlib.util.module_to_load name change files: Doc/whatsnew/3.4.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -255,4 +255,4 @@ * :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. -- Repository URL: http://hg.python.org/cpython
participants (1)
-
brett.cannon