New submission from robotwizard :
Please note this is my first issue.
The documentation at https://docs.python.org/3/tutorial/classes.html#iterators
on the second code block gives the example of iterating a string by creating an
iterator out of it. However I tried it with python 3.5 and 3.6
robotwizard added the comment:
I'm so sorry... I tried doing it.next() instead of next(it). I'm sincerely
sorry. I promise not to be so frivolous about opening an issue on the bug
tracker next time.
--
resolution: -> not a bug
stage: -> resolved
status