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 e408059 commit fae9c92Copy full SHA for fae9c92
Doc/glossary.rst
@@ -433,11 +433,11 @@ Glossary
433
An object that tries to find the :term:`loader` for a module that is
434
being imported.
435
436
- Since Python 3.3, there are two types of finder: :term:`meta path finders
+ There are two types of finder: :term:`meta path finders
437
<meta path finder>` for use with :data:`sys.meta_path`, and :term:`path
438
entry finders <path entry finder>` for use with :data:`sys.path_hooks`.
439
440
- See :pep:`302`, :pep:`420` and :pep:`451` for much more detail.
+ See :ref:`importsystem` and :mod:`importlib` for much more detail.
441
442
floor division
443
Mathematical division that rounds down to nearest integer. The floor
0 commit comments