This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon
Date 2008-03-17.17:49:20
SpamBayes Score 0.2742977
Marked as misclassified No
Message-id <1205776164.44.0.568084726055.issue2336@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-17 17:49:24brett.cannonsetspambayes_score: 0.274298 -> 0.2742977
recipients: + brett.cannon
2008-03-17 17:49:24brett.cannonsetspambayes_score: 0.274298 -> 0.274298
messageid: <1205776164.44.0.568084726055.issue2336@psf.upfronthosting.co.za>
2008-03-17 17:49:20brett.cannonlinkissue2336 messages
2008-03-17 17:49:20brett.cannoncreate