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 r.david.murray
Recipients abarnert, martin.panter, ncoghlan, r.david.murray, serhiy.storchaka
Date 2016-01-01.20:32:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451680329.65.0.200866966563.issue25958@psf.upfronthosting.co.za>
In-reply-to
Content
Absolutely you do not need to define __len__ to get an iterable.  Length is not a property of an iterable (iterables can be indefinite in length or infinite in length).
History
Date User Action Args
2016-01-01 20:32:09r.david.murraysetrecipients: + r.david.murray, ncoghlan, martin.panter, serhiy.storchaka, abarnert
2016-01-01 20:32:09r.david.murraysetmessageid: <1451680329.65.0.200866966563.issue25958@psf.upfronthosting.co.za>
2016-01-01 20:32:09r.david.murraylinkissue25958 messages
2016-01-01 20:32:09r.david.murraycreate