[Python-Dev] PEP: Extending the buffer protocol to share array information.

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Nov 3 00:57:21 CET 2006


Fredrik Lundh wrote:

> the "right solution" for things like this is an *API* that lets you do 
> things like:
> 
>      view = object.acquire_view(region, supported formats)

And how do you describe the "supported formats"?

That's where Travis's proposal comes in, as far
as I can see.

--
Greg


More information about the Python-Dev mailing list