[docs] Wrong references to deprecated find_module instead of find_spec (issue 23936)

brett at python.org brett at python.org
Fri Dec 4 13:09:25 EST 2015


Overall LGTM, just some tweaks the "finder" entry to make it fairly
generic and push details down to the more concrete meta path and path
entry finder entries.


http://bugs.python.org/review/23936/diff/16105/Doc/glossary.rst
File Doc/glossary.rst (right):

http://bugs.python.org/review/23936/diff/16105/Doc/glossary.rst#newcode313
Doc/glossary.rst:313: :meth:`find_loader` or :meth:`find_module`.
I would drop the method specifications and let people read the details
from the more concrete finder types.

http://bugs.python.org/review/23936/diff/16105/Doc/glossary.rst#newcode315
Doc/glossary.rst:315: Since Python 3.3, there are two types of finder:
:term:`meta path finders
"two types of finders"

http://bugs.python.org/review/23936/diff/16105/Doc/glossary.rst#newcode316
Doc/glossary.rst:316: <meta path finder>` and :term:`path entry finders
<path entry finder>`.
"meta path finders for use with sys.meta_path and path entry finders for
use with sys.path.

http://bugs.python.org/review/23936/


More information about the docs mailing list