https://github.com/python/cpython/commit/db009348b4b7a4b0aec39472ea074c1b5feeba9b
commit: db009348b4b7a4b0aec39472ea074c1b5feeba9b
branch: main
author: Lincoln <[email protected]>
committer: encukou <[email protected]>
date: 2024-05-30T08:51:23Z
summary:
gh-118055: Update the finder glossary entry (GH-118278)
files:
M Doc/glossary.rst
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 42e2a6f4e301b6..1e5bafce861e52 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -425,11 +425,11 @@ Glossary
An object that tries to find the :term:`loader` for a module that is
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
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
Mathematical division that rounds down to nearest integer. The floor
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]