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 3072338 commit 302e5a8Copy full SHA for 302e5a8
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