* gh-129044: Update glossary entry for 'loader' to reflect current import system (#129073)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
(cherry picked from commit
e1fa2fcc7c1bf5291a7f71300b7828b49be9ab72)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
processed.
loader
- An object that loads a module. It must define a method named
- :meth:`load_module`. A loader is typically returned by a
- :term:`finder`. See also:
+ An object that loads a module.
+ It must define the :meth:`!exec_module` and :meth:`!create_module` methods
+ to implement the :class:`~importlib.abc.Loader` interface.
+ A loader is typically returned by a :term:`finder`.
+ See also:
* :ref:`finders-and-loaders`
* :class:`importlib.abc.Loader`
Doc/c-api/type.rst
Doc/c-api/typeobj.rst
Doc/extending/extending.rst
-Doc/glossary.rst
Doc/library/2to3.rst
Doc/library/aifc.rst
Doc/library/ast.rst