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 bruth
Recipients bruth, rhettinger
Date 2013-03-31.03:58:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364702337.16.0.917911551652.issue17584@psf.upfronthosting.co.za>
In-reply-to
Content
Understood. I am not sure it is appropriate to follow-up with a question here, but would this be a downstream issue? My understanding of the iterator protocol is that is assumes the __iter__ and next methods are implements. In the example, the next method is defined as a property, but is still identified as an iterator. This seems an incorrect _behavior_ somewhere, although I may have assumed the incorrect place.
History
Date User Action Args
2013-03-31 03:58:57bruthsetrecipients: + bruth, rhettinger
2013-03-31 03:58:57bruthsetmessageid: <1364702337.16.0.917911551652.issue17584@psf.upfronthosting.co.za>
2013-03-31 03:58:57bruthlinkissue17584 messages
2013-03-31 03:58:56bruthcreate