We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9387678 commit 2929bfbCopy full SHA for 2929bfb
1 file changed
Doc/library/importlib.rst
@@ -1029,6 +1029,10 @@ find and load modules.
1029
Only class methods are defined by this class to alleviate the need for
1030
instantiation.
1031
1032
+ .. versionchanged:: 3.4
1033
+ Gained :meth:`~Loader.create_module` and :meth:`~Loader.exec_module`
1034
+ methods.
1035
+
1036
1037
.. class:: WindowsRegistryFinder
1038
0 commit comments