File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -748,9 +748,11 @@ Glossary
748748 processed.
749749
750750 loader
751- An object that loads a module. It must define a method named
752- :meth: `load_module `. A loader is typically returned by a
753- :term: `finder `. See also:
751+ An object that loads a module.
752+ It must define the :meth: `!exec_module ` and :meth: `!create_module ` methods
753+ to implement the :class: `~importlib.abc.Loader ` interface.
754+ A loader is typically returned by a :term: `finder `.
755+ See also:
754756
755757 * :ref: `finders-and-loaders `
756758 * :class: `importlib.abc.Loader `
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Doc/c-api/stable.rst
1313Doc/c-api/type.rst
1414Doc/c-api/typeobj.rst
1515Doc/extending/extending.rst
16- Doc/glossary.rst
1716Doc/library/2to3.rst
1817Doc/library/aifc.rst
1918Doc/library/ast.rst
You can’t perform that action at this time.
0 commit comments