[Python-Dev] Py2.6 release schedule
Christian Heimes
lists at cheimes.de
Tue Jan 29 14:49:50 CET 2008
Travis E. Oliphant wrote:
> Yes, I will. What are your time-lines? I've been targeting first week
> in March.
I like to port bytearray to 2.6 as early as possible. I'd be grateful if
you could port a limited subset of the new buffer protocol within the
next few weeks. bytearray needs:
PyBuffer_FillInfo
PyObject_ReleaseBuffer
PyObject_GetBuffer
PyBuffer_ToContiguous
PyObject_CheckBuffer
PyExc_BufferError
Christian
More information about the Python-Dev
mailing list