Re: [Python-Dev] How to fix the buffer object's broken char buffersupport

2006-06-07 Thread Brett Cannon
On 6/7/06, Kristján V. Jónsson <[EMAIL PROTECTED]> wrote: > As a side note, It always seemed to me that the bf_getcharbuffer´s semantics > were poorly defined. At least in the 2.3 documentation. Has that, and the > need for it, changed recently? > I have tried to clean up the language a bit ba

Re: [Python-Dev] How to fix the buffer object's broken char buffersupport

2006-06-07 Thread Kristján V . Jónsson
As a side note, It always seemed to me that the bf_getcharbuffer´s semantics were poorly defined. At least in the 2.3 documentation. Has that, and the need for it, changed recently? Kristján -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brett Cannon