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 Henning.von.Bargen, benjamin.peterson, docs@python, martin.panter, pitrou, r.david.murray, serhiy.storchaka
Date 2015-02-20.13:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424437447.92.0.496645779246.issue20699@psf.upfronthosting.co.za>
In-reply-to
Content
What is your objection to "len(b)"?  When I read "len(b)" I know exactly what it means.  When I read "the number of bytes in b", I have to think about it it, because it could mean "the number of bytes that that b is long" or "the number of bytes that have been already written to b", and the latter is the meaning my mind goes to first, so it takes time for my mind to realize it is the first.
History
Date User Action Args
2015-02-20 13:04:07r.david.murraysetrecipients: + r.david.murray, pitrou, benjamin.peterson, docs@python, martin.panter, serhiy.storchaka, Henning.von.Bargen
2015-02-20 13:04:07r.david.murraysetmessageid: <1424437447.92.0.496645779246.issue20699@psf.upfronthosting.co.za>
2015-02-20 13:04:07r.david.murraylinkissue20699 messages
2015-02-20 13:04:07r.david.murraycreate