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 @@ -811,9 +811,11 @@ Glossary
811
811
processed.
812
812
813
813
loader
814
- An object that loads a module. It must define a method named
815
- :meth: `load_module `. A loader is typically returned by a
816
- :term: `finder `. See also:
814
+ An object that loads a module.
815
+ It must define the :meth: `!exec_module ` and :meth: `!create_module ` methods
816
+ to implement the :class: `~importlib.abc.Loader ` interface.
817
+ A loader is typically returned by a :term: `finder `.
818
+ See also:
817
819
818
820
* :ref: `finders-and-loaders `
819
821
* :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-subprocess.rst
You can’t perform that action at this time.
0 commit comments