From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Wed, 25 Mar 2020 18:57:47 +0000 (-0700) Subject: bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related metho... X-Git-Tag: v3.9.0a6~274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=302e5a8f79514fd84bafbc44b7c97ec636302322;p=thirdparty%2FPython%2Fcpython.git bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index cfde3a47f75d..a612b1e1455a 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -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