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 rhettinger
Recipients daniel.urban, rhettinger, stutzbach
Date 2010-11-28.18:55:22
SpamBayes Score 0.0003348015
Marked as misclassified No
Message-id <1290970529.11.0.955722965389.issue10565@psf.upfronthosting.co.za>
In-reply-to
Content
> A possible solution could be in 
> collections.Iterator.__subclasshook__ 
> checking for both required methods.

That makes sense.  PEP 234 requires
iterators to support both methods.
History
Date User Action Args
2010-11-28 18:55:29rhettingersetrecipients: + rhettinger, stutzbach, daniel.urban
2010-11-28 18:55:29rhettingersetmessageid: <1290970529.11.0.955722965389.issue10565@psf.upfronthosting.co.za>
2010-11-28 18:55:22rhettingerlinkissue10565 messages
2010-11-28 18:55:22rhettingercreate