We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d23e28 commit aa843d1Copy full SHA for aa843d1
Doc/library/sys.rst
@@ -926,7 +926,8 @@ always available.
926
927
A list of :term:`meta path finder` objects that have their
928
:meth:`~importlib.abc.MetaPathFinder.find_spec` methods called to see if one
929
- of the objects can find the module to be imported. The
+ of the objects can find the module to be imported. By default, it holds entries
930
+ to handle the standard kinds of modules (.py files, extension modules...). The
931
:meth:`~importlib.abc.MetaPathFinder.find_spec` method is called with at
932
least the absolute name of the module being imported. If the module to be
933
imported is contained in a package, then the parent package's :attr:`__path__`
0 commit comments