mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.13] gh-118055: Update the finder glossary entry (GH-118278) (GH-119773)
gh-118055: Update the finder glossary entry (GH-118278)
(cherry picked from commit db009348b4
)
Co-authored-by: Lincoln <71312724+Lincoln-developer@users.noreply.github.com>
This commit is contained in:
parent
1eddc9e6b6
commit
d1c7f5ed08
1 changed files with 2 additions and 2 deletions
|
@ -425,11 +425,11 @@ Glossary
|
||||||
An object that tries to find the :term:`loader` for a module that is
|
An object that tries to find the :term:`loader` for a module that is
|
||||||
being imported.
|
being imported.
|
||||||
|
|
||||||
Since Python 3.3, there are two types of finder: :term:`meta path finders
|
There are two types of finder: :term:`meta path finders
|
||||||
<meta path finder>` for use with :data:`sys.meta_path`, and :term:`path
|
<meta path finder>` for use with :data:`sys.meta_path`, and :term:`path
|
||||||
entry finders <path entry finder>` for use with :data:`sys.path_hooks`.
|
entry finders <path entry finder>` for use with :data:`sys.path_hooks`.
|
||||||
|
|
||||||
See :pep:`302`, :pep:`420` and :pep:`451` for much more detail.
|
See :ref:`importsystem` and :mod:`importlib` for much more detail.
|
||||||
|
|
||||||
floor division
|
floor division
|
||||||
Mathematical division that rounds down to nearest integer. The floor
|
Mathematical division that rounds down to nearest integer. The floor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue