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 eric.snow
Recipients docs@python, eric.snow
Date 2019-07-12.18:16:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562955391.43.0.163221688475.issue37574@roundup.psfhosted.org>
In-reply-to
Content
When writing an importer, the finder (either MetaPathFinder or PathEntryFinder) must implement `find_spec()`.  A useful tool for that is the existing `spec_from_loader()`. [1]  The docs for `MetaPathFinder.find_spec()` and `PathEntryFinder.find_spec()` should mention it.


[1] (https://docs.python.org/3/library/importlib.html#importlib.util.spec_from_loader
History
Date User Action Args
2019-07-12 18:16:31eric.snowsetrecipients: + eric.snow, docs@python
2019-07-12 18:16:31eric.snowsetmessageid: <1562955391.43.0.163221688475.issue37574@roundup.psfhosted.org>
2019-07-12 18:16:31eric.snowlinkissue37574 messages
2019-07-12 18:16:31eric.snowcreate