]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related metho...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Mar 2020 17:15:05 +0000 (10:15 -0700)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2020 17:15:05 +0000 (10:15 -0700)
(cherry picked from commit 302e5a8f79514fd84bafbc44b7c97ec636302322)

Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com>
Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com>
Doc/library/importlib.rst

index aa22a5b16838be2b59514c9a908b88682630a0e6..2de10435904aa1c3fc0b338d9d96e44e6310562f 100644 (file)
@@ -1029,6 +1029,10 @@ find and load modules.
     Only class methods are defined by this class to alleviate the need for
     instantiation.
 
+    .. versionchanged:: 3.4
+       Gained :meth:`~Loader.create_module` and :meth:`~Loader.exec_module`
+       methods.
+
 
 .. class:: WindowsRegistryFinder