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 alexandre.vassalotti
Recipients alexandre.vassalotti, amaury.forgeotdarc, ocean-city
Date 2008-10-31.12:13:59
SpamBayes Score 3.0400939e-05
Marked as misclassified No
Message-id <1225455241.74.0.855441996496.issue4176@psf.upfronthosting.co.za>
In-reply-to
Content
Iterators only need to provide a __next__() method. So, you don't have
to check __iter__.

Other than that, the patch looks good.
History
Date User Action Args
2008-10-31 12:14:02alexandre.vassalottisetrecipients: + alexandre.vassalotti, amaury.forgeotdarc, ocean-city
2008-10-31 12:14:01alexandre.vassalottisetmessageid: <1225455241.74.0.855441996496.issue4176@psf.upfronthosting.co.za>
2008-10-31 12:14:00alexandre.vassalottilinkissue4176 messages
2008-10-31 12:14:00alexandre.vassalotticreate