From: Mariatta Date: Sun, 26 Feb 2017 21:23:38 +0000 (-0800) Subject: bpo-26184: import.rst: Improve versionchanged note (GH-325) X-Git-Tag: v3.7.0a1~1268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f5639c77f736c18fb5a85b4a1850121e25c788e;p=python bpo-26184: import.rst: Improve versionchanged note (GH-325) --- diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index 484457a8a5..4dbd9d88c3 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -468,7 +468,7 @@ import machinery will create the new module itself. .. versionchanged:: 3.6 An :exc:`ImportError` is raised when ``exec_module()`` is defined but - ``create_module`` is not. + ``create_module()`` is not. Submodules ----------