[issue10584] Bad links in doc of zipfile.open

2010-11-29 Thread Georg Brandl
Georg Brandl added the comment: Fixed in 86881. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue10584] Bad links in doc of zipfile.open

2010-11-29 Thread Éric Araujo
New submission from Éric Araujo : 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: li