Issue 28438: Wrong link in pkgutil.get_data doc (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72624

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:38 admin set github: 72624
2016-10-14 06:02:17 xiang.zhang set messages: +
2016-10-14 06:01:17 orsenthil set status: open -> closedtype: behaviorresolution: fixedstage: patch review -> resolved
2016-10-14 06:00:56 python-dev set nosy: + python-devmessages: +
2016-10-14 05:53:28 orsenthil set nosy: + orsenthilmessages: +
2016-10-14 04:14:26 xiang.zhang create