mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)
(cherry picked from commit 1f5639c77f
)
This commit is contained in:
parent
c9131b61fa
commit
7e4897a2fb
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ import machinery will create the new module itself.
|
||||||
|
|
||||||
.. versionchanged:: 3.6
|
.. versionchanged:: 3.6
|
||||||
An :exc:`ImportError` is raised when ``exec_module()`` is defined but
|
An :exc:`ImportError` is raised when ``exec_module()`` is defined but
|
||||||
``create_module`` is not.
|
``create_module()`` is not.
|
||||||
|
|
||||||
Submodules
|
Submodules
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue