This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author takluyver
Recipients brett.cannon, docs@python, eric.snow, martin.panter, ncoghlan, raulcd, takluyver
Date 2015-12-04.12:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449233306.22.0.812853429874.issue23936@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-12-04 12:48:26takluyversetrecipients: + takluyver, brett.cannon, ncoghlan, docs@python, eric.snow, martin.panter, raulcd
2015-12-04 12:48:26takluyversetmessageid: <1449233306.22.0.812853429874.issue23936@psf.upfronthosting.co.za>
2015-12-04 12:48:26takluyverlinkissue23936 messages
2015-12-04 12:48:25takluyvercreate