Re: [Python-Dev] Extended Buffer Protocol - simple use examples

2007-04-13 Thread Travis Oliphant
Paul Moore wrote: > On 09/04/07, Travis Oliphant <[EMAIL PROTECTED]> wrote: > >>>I have skimmed (briefly, I'll admit!) the pre-PEP, but I've found it >>>extremely difficult to find a simple example of the basic (in my view) >>>use case of an undifferentiated block of bytes. >>> >> >>This is a grea

Re: [Python-Dev] Extended Buffer Protocol - simple use examples

2007-04-10 Thread Paul Moore
On 09/04/07, Travis Oliphant <[EMAIL PROTECTED]> wrote: > > I have skimmed (briefly, I'll admit!) the pre-PEP, but I've found it > > extremely difficult to find a simple example of the basic (in my view) > > use case of an undifferentiated block of bytes. > > > > This is a great suggestion and it w

Re: [Python-Dev] Extended Buffer Protocol - simple use examples

2007-04-09 Thread Travis Oliphant
Paul Moore wrote: > Hi, > I'll admit right off that I haven't followed all of the extended > buffer protocol discussions - I have no real need for anything much > beyond the existing "here's a blob of memory" level of functionality. > > I have skimmed (briefly, I'll admit!) the pre-PEP, but I've f