New submission from egreen <egr...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6821>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to