Skip to content

Commit 2929bfb

Browse files
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (GH-19165)
(cherry picked from commit 302e5a8) Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com> Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com>
1 parent 9387678 commit 2929bfb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/importlib.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,10 @@ find and load modules.
10291029
Only class methods are defined by this class to alleviate the need for
10301030
instantiation.
10311031

1032+
.. versionchanged:: 3.4
1033+
Gained :meth:`~Loader.create_module` and :meth:`~Loader.exec_module`
1034+
methods.
1035+
10321036

10331037
.. class:: WindowsRegistryFinder
10341038

0 commit comments

Comments
 (0)