]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related metho...
authorBrett Cannon <54418+brettcannon@users.noreply.github.com>
Wed, 25 Mar 2020 18:57:47 +0000 (11:57 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 18:57:47 +0000 (11:57 -0700)
Doc/library/importlib.rst

index cfde3a47f75dc776c1b2b9575554f19b2dccca39..a612b1e1455a0ccbc79a3a563838c1a901175ee7 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