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@python components: Documentation messages: 177681 nosy: docs@python, naoki priority: normal severity: normal status: open title: s/next()/__next__/ in collections.abc.Iterator document. versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16711> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com