[issue7577] documention buglet for PyBuffer

2009-12-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r77081, r77082. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue7577] documention buglet for PyBuffer

2009-12-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Another buffer documentation buglet is the documentation for 'PyBuffer_FillInfo'. The prototype in the documentation is: int PyBuffer_FillInfo(Py_buffer *view, void *buf, Py_ssize_t len, int readonly, int infoflags) The real prototype has an additional argu

[issue7577] documention buglet

2009-12-26 Thread Ronald Oussoren
New submission from Ronald Oussoren : The documentation for bf_getbuffer at claims: The signature of getbufferproc is int (PyObject *obj, PyObject *view, int flags). obj is the object to export, view is the Py_buffer