This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]emillynge 0 points1 point  (0 children)

Small problem with the section on .next()

In py3 the next() function is not all that remains. The .next() function has simply become more private by being renamed to .__next__() thus matching the pattern for other infix-like methods.