New submission from Gregory Szorc <gregory.sz...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue37459> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com