[issue2336] Backport PEP 3114 (__next__)

Brett Cannon report at bugs.python.org
Mon Mar 17 18:49:24 CET 2008


New submission from Brett Cannon <brett at python.org>:

PEP 3114 needs to be backported. Most likely the best approach is to
backport the next() built-in but to have it call next() on the iterator
instead of __next__(). That should hopefully minimize breakage while
allowing for moving over to the new built-in.

----------
keywords: 26backport
messages: 63694
nosy: brett.cannon
priority: immediate
severity: normal
status: open
title: Backport PEP 3114 (__next__)
type: behavior
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2336>
__________________________________


More information about the Python-bugs-list mailing list