Kaydet (Commit) 6bccd298 authored tarafından Ezio Melotti's avatar Ezio Melotti

Merged revisions 79615 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r79615 | georg.brandl | 2010-04-02 23:12:42 +0300 (Fri, 02 Apr 2010) | 1 line

  #8288: fix next -> __next__.
........
üst 84ec57c8
......@@ -161,7 +161,7 @@ ZipFile Objects
The file-like object is read-only and provides the following methods:
:meth:`read`, :meth:`readline`, :meth:`readlines`, :meth:`__iter__`,
:meth:`next`.
:meth:`__next__`.
.. note::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment