Update What's New for importlib.util.module_to_load name change

This commit is contained in:
Brett Cannon 2013-05-31 18:02:11 -04:00
parent 177381116e
commit 028d51236a
1 changed files with 1 additions and 1 deletions

View 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.