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.

Author eric.araujo
Recipients docs@python, eric.araujo
Date 2010-11-29.23:08:02
SpamBayes Score 0.0019857672
Marked as misclassified No
Message-id <1291072085.42.0.419401053582.issue10584@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-29 23:08:05eric.araujosetrecipients: + eric.araujo, docs@python
2010-11-29 23:08:05eric.araujosetmessageid: <1291072085.42.0.419401053582.issue10584@psf.upfronthosting.co.za>
2010-11-29 23:08:02eric.araujolinkissue10584 messages
2010-11-29 23:08:02eric.araujocreate