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 pitrou
Recipients Claudiu.Popa, ncoghlan, pitrou, skrah
Date 2013-09-23.20:52:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379969538.26.0.343286781974.issue19078@psf.upfronthosting.co.za>
In-reply-to
Content
So the dilemma with len() was: does it return the number of bytes, or the number of items?
Given the new memoryview semantics, I'd say it should return the number of items.
History
Date User Action Args
2013-09-23 20:52:18pitrousetrecipients: + pitrou, ncoghlan, skrah, Claudiu.Popa
2013-09-23 20:52:18pitrousetmessageid: <1379969538.26.0.343286781974.issue19078@psf.upfronthosting.co.za>
2013-09-23 20:52:18pitroulinkissue19078 messages
2013-09-23 20:52:18pitroucreate