From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date: Thu, 30 May 2024 09:07:59 +0000 (+0200)
Subject: [3.13] gh-118055: Update the finder glossary entry (GH-118278) (GH-119773)
X-Git-Tag: v3.13.0b2~80
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1c7f5ed08a7f92afeb760c32e33d6d49dd1ad5b;p=thirdparty%2FPython%2Fcpython.git
[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 db009348b4b7a4b0aec39472ea074c1b5feeba9b)
Co-authored-by: Lincoln <71312724+Lincoln-developer@users.noreply.github.com>
---
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 42e2a6f4e301..1e5bafce861e 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
` for use with :data:`sys.meta_path`, and :term:`path
entry finders ` 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