[New-bugs-announce] [issue37459] importlib docs improperly reference get_resource_loader()

Gregory Szorc report at bugs.python.org
Sun Jun 30 22:28:06 EDT 2019


New submission from Gregory Szorc <gregory.szorc at gmail.com>:

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()`.

----------
components: Library (Lib)
messages: 346951
nosy: indygreg
priority: normal
severity: normal
status: open
title: importlib docs improperly reference get_resource_loader()
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37459>
_______________________________________


More information about the New-bugs-announce mailing list