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 georg.brandl
Recipients
Date 2007-03-07.00:21:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch implements PEP 3114. It renames all next() methods to __next__, introduces the new builtin next() with one or two arguments and updates the documentation accordingly.
History
Date User Action Args
2007-08-23 15:56:59adminlinkissue1675363 messages
2007-08-23 15:56:59admincreate