From: Brett Cannon Date: Fri, 31 May 2013 22:02:11 +0000 (-0400) Subject: Update What's New for importlib.util.module_to_load name change X-Git-Tag: v3.4.0a1~594 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=028d51236a3e056288c207dd61f780e2ce5f22e1;p=thirdparty%2FPython%2Fcpython.git Update What's New for importlib.util.module_to_load name change --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index cca8b93f084a..21addc429999 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.