Message 238954 - Python tracker
Message238954
| Author | martin.panter |
|---|---|
| Recipients | berker.peksag, demian.brecht, martin.panter, orsenthil, r.david.murray, serhiy.storchaka |
| Date | 2015-03-22.23:35:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1427067310.14.0.0737400978756.issue23350@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
David: Calculating the length of a list or tuple of Latin-1 text strings should actually be straight-forward and reliable, because it is a single-byte encoding. However I am starting to think adding a new special case for lists and tuples is a bad idea. There are already way too many special cases. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-22 23:35:10 | martin.panter | set | recipients: + martin.panter, orsenthil, r.david.murray, berker.peksag, serhiy.storchaka, demian.brecht |
| 2015-03-22 23:35:10 | martin.panter | set | messageid: <1427067310.14.0.0737400978756.issue23350@psf.upfronthosting.co.za> |
| 2015-03-22 23:35:10 | martin.panter | link | issue23350 messages |
| 2015-03-22 23:35:10 | martin.panter | create | |