Closed
Description
Documentation
The glossary entry for loader explains it as
An object that loads a module. It must define a method named
load_module()
.
However, the Loader API marks load_module()
as
Deprecated since version 3.4
in favor of exec_module()
and create_module()
.
Linked PRs
Metadata
Metadata
Assignees
Labels
Documentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo