Message 257295 - Python tracker
Message257295
| 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:09 | r.david.murray | set | recipients: + r.david.murray, ncoghlan, martin.panter, serhiy.storchaka, abarnert |
| 2016-01-01 20:32:09 | r.david.murray | set | messageid: <1451680329.65.0.200866966563.issue25958@psf.upfronthosting.co.za> |
| 2016-01-01 20:32:09 | r.david.murray | link | issue25958 messages |
| 2016-01-01 20:32:09 | r.david.murray | create | |