[New-bugs-announce] [issue6821] incorrect doc for PyBuffer_Release

egreen report at bugs.python.org
Wed Sep 2 14:40:25 CEST 2009


New submission from egreen <egreen at operamail.com>:

In documentation (c-api/buffer.html):

  void PyBuffer_Release(PyObject *obj, Py_buffer *view)

should be:

  void PyBuffer_Release(Py_buffer *view)

(as per Include/abstract.h)

----------
assignee: georg.brandl
components: Documentation
messages: 92165
nosy: egreen, georg.brandl
severity: normal
status: open
title: incorrect doc for PyBuffer_Release
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6821>
_______________________________________


More information about the New-bugs-announce mailing list