New submission from Éric Araujo <mer...@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: d...@python components: Documentation messages: 122871 nosy: d...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue10584> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com