bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-315)

(cherry picked from commit 46ce7599af)
This commit is contained in:
Mariatta 2017-02-26 07:40:03 -08:00 committed by GitHub
parent 7963bed009
commit 63ed9bc94d

View file

@ -431,7 +431,7 @@ on the module object. If the method returns ``None``, the
import machinery will create the new module itself.
.. versionadded:: 3.4
The create_module() method of loaders.
The :meth:`~importlib.abc.Loader.create_module` method of loaders.
.. versionchanged:: 3.4
The :meth:`~importlib.abc.Loader.load_module` method was replaced by