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 ocean-city
Recipients alexandre.vassalotti, amaury.forgeotdarc, ocean-city
Date 2008-10-31.12:52:14
SpamBayes Score 0.000828774
Marked as misclassified No
Message-id <1225457537.75.0.68815574372.issue4176@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for review.

>Iterators only need to provide a __next__() method. So, you don't have
>to check __iter__.

Hmm, but python document says,
(http://docs.python.org/library/stdtypes.html#typeiter)

>The iterator objects themselves are required to support the
>following two methods, which together form the iterator protocol:

Is this false information?
History
Date User Action Args
2008-10-31 12:52:19ocean-citysetrecipients: + ocean-city, amaury.forgeotdarc, alexandre.vassalotti
2008-10-31 12:52:17ocean-citysetmessageid: <1225457537.75.0.68815574372.issue4176@psf.upfronthosting.co.za>
2008-10-31 12:52:16ocean-citylinkissue4176 messages
2008-10-31 12:52:15ocean-citycreate