On 10/30/06, Travis E. Oliphant <oliphant.travis@ieee.org> wrote:
>
> Attached is my PEP for extending the buffer protocol to allow array data
> to be shared.
You might want to reference this thread (http://mail.python.org/pipermail/python-3000/2006-August/003309.html) as Guido mentions that extending the buffer protocol to tell more about the data in the buffer and "would offer the numarray folks their 'array interface'".
-Brett