[New-bugs-announce] [issue10584] Bad links in doc of zipfile.open
Éric Araujo
report at bugs.python.org
Tue Nov 30 00:08:05 CET 2010
New submission from Éric Araujo <merwok at netwok.org>:
There is this note in the doc of zipfile.open:
“The file-like object [ZipExtFile, internal class] is read-only and provides the following methods: read(), readline(), readlines(), __iter__(), __next__().”
The :meth: construct gives interesting results here: link to zipfile.ZipFile.read (wrong), link to readline module (what?), no link, link to object.__iter__ (not bad), no link.
----------
assignee: docs at python
components: Documentation
messages: 122871
nosy: docs at python, eric.araujo
priority: normal
severity: normal
status: open
title: Bad links in doc of zipfile.open
versions: Python 2.7, Python 3.1, Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10584>
_______________________________________
More information about the New-bugs-announce
mailing list