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.

classification
Title: Wrong link in pkgutil.get_data doc
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.7, Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, orsenthil, python-dev, xiang.zhang
Priority: normal Keywords: patch

Created on 2016-10-14 04:14 by xiang.zhang, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pkgutil.get_data_doc.patch xiang.zhang, 2016-10-14 04:14 review
Messages (4)
msg278631 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2016-10-14 04:14
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.
msg278634 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2016-10-14 05:53
The patch looks good to me. Thank you, Xiang. I will apply it.
msg278635 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-14 06:00
New changeset 7fb90c4ae643 by Senthil Kumaran in branch '3.5':
Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang.
https://hg.python.org/cpython/rev/7fb90c4ae643

New changeset f2110f41012e by Senthil Kumaran in branch '3.6':
[merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc.
https://hg.python.org/cpython/rev/f2110f41012e

New changeset 897fe8fa14b5 by Senthil Kumaran in branch 'default':
[merge from 3.6] Issue28438 - Fix the link for pkgutil.get_data doc.
https://hg.python.org/cpython/rev/897fe8fa14b5
msg278636 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2016-10-14 06:02
Thanks Senthil.
History
Date User Action Args
2022-04-11 14:58:38adminsetgithub: 72624
2016-10-14 06:02:17xiang.zhangsetmessages: + msg278636
2016-10-14 06:01:17orsenthilsetstatus: open -> closed
type: behavior
resolution: fixed
stage: patch review -> resolved
2016-10-14 06:00:56python-devsetnosy: + python-dev
messages: + msg278635
2016-10-14 05:53:28orsenthilsetnosy: + orsenthil
messages: + msg278634
2016-10-14 04:14:26xiang.zhangcreate