[issue23936] Wrong references to deprecated find_module instead of find_spec

Thomas Kluyver report at bugs.python.org
Fri Dec 4 07:48:26 EST 2015


Thomas Kluyver added the comment:

Updated patch attached, responding to Martin's suggestions.

I'm not quite sure what to do about the 'finder' glossary entry. 'Finder' now seems to be a more abstract classification covering two distinct kinds of thing: *meta path finders* and *path entry finders*. They have similar methods (find_spec, find_module), but with slightly different signatures. Is 'finder' a sufficiently meaningful concept to remain in the glossary, or should we take it out and be explicit about what type of finder is meant elsewhere in the docs?

----------
Added file: http://bugs.python.org/file41237/finders_and_specs2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23936>
_______________________________________


More information about the Python-bugs-list mailing list