New submission from Grigory <mat...@gmail.com>:

Zipfile module documentaion says:
"""
The file-like object is read-only and provides the following methods: read(), 
readline(), readlines(), __iter__(), next()
"""

But ZipExtFile class doesn't provide next(), it provides __next__().

----------
assignee: georg.brandl
components: Documentation
messages: 102168
nosy: georg.brandl, matpuk
severity: normal
status: open
title: zipfile module documentation misprint
versions: Python 2.6, Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8288>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to