Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Doc/library/importlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down