File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -801,9 +801,11 @@ Glossary
801
801
processed.
802
802
803
803
loader
804
- An object that loads a module. It must define a method named
805
- :meth: `load_module `. A loader is typically returned by a
806
- :term: `finder `. See also:
804
+ An object that loads a module.
805
+ It must define the :meth: `!exec_module ` and :meth: `!create_module ` methods
806
+ to implement the :class: `~importlib.abc.Loader ` interface.
807
+ A loader is typically returned by a :term: `finder `.
808
+ See also:
807
809
808
810
* :ref: `finders-and-loaders `
809
811
* :class: `importlib.abc.Loader `
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ Doc/c-api/stable.rst
12
12
Doc/c-api/type.rst
13
13
Doc/c-api/typeobj.rst
14
14
Doc/extending/extending.rst
15
- Doc/glossary.rst
16
15
Doc/library/ast.rst
17
16
Doc/library/asyncio-extending.rst
18
17
Doc/library/asyncio-policy.rst
You can’t perform that action at this time.
0 commit comments