]> granicus.if.org Git - python/commitdiff
Update What's New for importlib.util.module_to_load name change
authorBrett Cannon <brett@python.org>
Fri, 31 May 2013 22:02:11 +0000 (18:02 -0400)
committerBrett Cannon <brett@python.org>
Fri, 31 May 2013 22:02:11 +0000 (18:02 -0400)
Doc/whatsnew/3.4.rst

index cca8b93f084ad3a50405677121e01c8b7022fae4..21addc42999936c1bb0cf3195c12fdc181c6bae3 100644 (file)
@@ -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.