From 302e5a8f79514fd84bafbc44b7c97ec636302322 Mon Sep 17 00:00:00 2001 From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Wed, 25 Mar 2020 11:57:47 -0700 Subject: bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) --- Doc/library/importlib.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index cfde3a4..a612b1e 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 -- cgit v0.12