[docs] [Python Documentation Bug] __next__() method or next() method for Iterator class

vishal yadav vishalcdac07 at gmail.com
Mon Sep 9 20:23:55 CEST 2013


Dear python.org documentation team,

The method that should be defined under Iterator Class should be __next__()
or next().

Problem: In case __next__() method is defined python under user defined
Iterator class, interpreter gives following error:
*TypeError: instance has no next() method*

Resolution: The problem is resolved when __next__() is renamed to next().

PS: My version of python Python 2.7.3

Regards,
Vishal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20130909/53e473fe/attachment.html>


More information about the docs mailing list