This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients docs@python, eryksun, hiba
Date 2017-06-22.17:31:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498152706.29.0.00348310413188.issue30738@psf.upfronthosting.co.za>
In-reply-to
Content
Did you try the example in Python 2? Did you click on the "next" link in the preceding paragraph? Please read the following:

https://docs.python.org/2/library/stdtypes.html#iterator.next

    iterator.next()
       Return the next item from the container....

In Python 3, this method was renamed `__next__`.
History
Date User Action Args
2017-06-22 17:31:46eryksunsetrecipients: + eryksun, docs@python, hiba
2017-06-22 17:31:46eryksunsetmessageid: <1498152706.29.0.00348310413188.issue30738@psf.upfronthosting.co.za>
2017-06-22 17:31:46eryksunlinkissue30738 messages
2017-06-22 17:31:46eryksuncreate