mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-314)
(cherry picked from commit 46ce7599af
)
This commit is contained in:
parent
5c7b8f423a
commit
7333d1760e
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ on the module object. If the method returns ``None``, the
|
||||||
import machinery will create the new module itself.
|
import machinery will create the new module itself.
|
||||||
|
|
||||||
.. versionadded:: 3.4
|
.. versionadded:: 3.4
|
||||||
The create_module() method of loaders.
|
The :meth:`~importlib.abc.Loader.create_module` method of loaders.
|
||||||
|
|
||||||
.. versionchanged:: 3.4
|
.. versionchanged:: 3.4
|
||||||
The :meth:`~importlib.abc.Loader.load_module` method was replaced by
|
The :meth:`~importlib.abc.Loader.load_module` method was replaced by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue