Ronald Oussoren <ronaldousso...@mac.com> 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 argument (the second one in the prototype below): int PyBuffer_FillInfo(Py_buffer *view, PyObject *o, void *buf, Py_ssize_t len, int readonly, int flags); ---------- title: documention buglet -> documention buglet for PyBuffer _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7577> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com