[docs] [issue28438] Wrong link in pkgutil.get_data doc

Xiang Zhang report at bugs.python.org
Fri Oct 14 00:14:26 EDT 2016


New submission from Xiang Zhang:

The get_data link in pkgutil.get_data doc refers to itself which does not help reading. I think it's better for it to refer to importlib.abc.ResourceLoader.get_data.

----------
assignee: docs at python
components: Documentation
files: pkgutil.get_data_doc.patch
keywords: patch
messages: 278631
nosy: docs at python, xiang.zhang
priority: normal
severity: normal
stage: patch review
status: open
title: Wrong link in pkgutil.get_data doc
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45087/pkgutil.get_data_doc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28438>
_______________________________________


More information about the docs mailing list