8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5715382 commit ad2e9f9Copy full SHA for ad2e9f9
Doc/library/sys.rst
@@ -1041,7 +1041,8 @@ always available.
1041
1042
A list of :term:`meta path finder` objects that have their
1043
:meth:`~importlib.abc.MetaPathFinder.find_spec` methods called to see if one
1044
- 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
1045
+ that implement Python's default import semantics. The
1046
:meth:`~importlib.abc.MetaPathFinder.find_spec` method is called with at
1047
least the absolute name of the module being imported. If the module to be
1048
imported is contained in a package, then the parent package's :attr:`__path__`
0 commit comments