[New-bugs-announce] [issue16711] s/next()/__next__/ in collections.abc.Iterator document.

INADA Naoki report at bugs.python.org
Tue Dec 18 11:16:56 CET 2012


New submission from INADA Naoki:

http://docs.python.org/3/library/collections.abc.html#collections.abc.Iterator

>     ABC for classes that provide the __iter__() and next() methods.

"next()" should be "__next__()" for Python 3.

----------
assignee: docs at python
components: Documentation
messages: 177681
nosy: docs at python, naoki
priority: normal
severity: normal
status: open
title: s/next()/__next__/ in collections.abc.Iterator document.
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16711>
_______________________________________


More information about the New-bugs-announce mailing list