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 loewis
Recipients georg.brandl, loewis, tonyjoblin
Date 2009-04-01.02:03:58
SpamBayes Score 0.019064
Marked as misclassified No
Message-id <1238551439.72.0.291142352364.issue5636@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think that's a bug in the code, but in the documentation. 
Iterators in 3.x are implemented with __next__ methods, and the next() 
builtin.
History
Date User Action Args
2009-04-01 02:04:00loewissetrecipients: + loewis, georg.brandl, tonyjoblin
2009-04-01 02:03:59loewissetmessageid: <1238551439.72.0.291142352364.issue5636@psf.upfronthosting.co.za>
2009-04-01 02:03:58loewislinkissue5636 messages
2009-04-01 02:03:58loewiscreate