Commit 46ce7599 authored by Marco Buttu's avatar Marco Buttu Committed by Mariatta

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

Add a reference to create_module(), in the first versionadded of section Loaders.
parent 5dc33eea
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment