New submission from Brett Cannon <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2336>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to