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 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:10martin.pantersetrecipients: + martin.panter, orsenthil, r.david.murray, berker.peksag, serhiy.storchaka, demian.brecht
2015-03-22 23:35:10martin.pantersetmessageid: <1427067310.14.0.0737400978756.issue23350@psf.upfronthosting.co.za>
2015-03-22 23:35:10martin.panterlinkissue23350 messages
2015-03-22 23:35:10martin.pantercreate