Message5954

Author zyasoft
Recipients pjac, zyasoft
Date 2010-08-14.05:27:53
SpamBayes Score 0.0002880918
Marked as misclassified No
Message-id <1281763674.85.0.892986652498.issue1521@psf.upfronthosting.co.za>
In-reply-to
Content
Implementing the buffer protocol for strings, arrays, and buffers would seem to be reasonable for Jython, and necessary for implementing the memoryview type for 2.6. However, it's rarely used and the workaround of 

buffer = str

although inefficient and not quite right, is often just what's needed.

Deferring to 2.6.
History
Date User Action Args
2010-08-14 05:27:54zyasoftsetmessageid: <1281763674.85.0.892986652498.issue1521@psf.upfronthosting.co.za>
2010-08-14 05:27:54zyasoftsetrecipients: + zyasoft, pjac
2010-08-14 05:27:54zyasoftlinkissue1521 messages
2010-08-14 05:27:53zyasoftcreate