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 indygreg
Recipients indygreg
Date 2019-07-01.02:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561948086.26.0.674606380672.issue37459@roundup.psfhosted.org>
In-reply-to
Content
The documentation in importlib.rst says that a loader should implement `get_resource_loader(fullname)`. This is the only occurrence of `get_resource_loader` in the CPython source tree. It should be changed to `get_resource_reader()`.
History
Date User Action Args
2019-07-01 02:28:06indygregsetrecipients: + indygreg
2019-07-01 02:28:06indygregsetmessageid: <1561948086.26.0.674606380672.issue37459@roundup.psfhosted.org>
2019-07-01 02:28:06indygreglinkissue37459 messages
2019-07-01 02:28:06indygregcreate