Proposed new syntax

Paul Rubin no.email at nospam.invalid
Thu Aug 24 04:21:33 EDT 2017


Peter Otten <__peter__ at web.de> writes:
> Python 3 where the next() method has been renamed to __next__().

Oh cripes, you're right, it never occurred to me that py3 had broken
.next().  I thought it was called .next() instead of .__next()
so that it wouldn't be a dunder method.



More information about the Python-list mailing list