]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-118055: Update the finder glossary entry (GH-118278)
authorLincoln <71312724+Lincoln-developer@users.noreply.github.com>
Thu, 30 May 2024 08:51:23 +0000 (11:51 +0300)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 08:51:23 +0000 (08:51 +0000)
Doc/glossary.rst

index 42e2a6f4e301b640e539a05b82ad946d8abef237..1e5bafce861e5297b5c0e808f102c06ecbdeb199 100644 (file)
@@ -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