Skip to content

Commit 302e5a8

Browse files
authored
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158)
1 parent 3072338 commit 302e5a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)