[New-bugs-announce] [issue9158] PyArg_ParseTuple y* documentation is incorrect

Terrence Cole report at bugs.python.org
Mon Jul 5 03:44:21 CEST 2010


New submission from Terrence Cole <terrence at zettabytestorage.com>:

The documented C type for y* should be [Py_buffer], not [Py_buffer *], as with the documentation for z* and the convention followed by the other types.

I'm not sure what 'type' this issue should have.  I've set it at 'crash' initially, since that's how the bug manifested for me.

----------
assignee: docs at python
components: Documentation
files: PyArgs_ParseTuple_ystar_doc_fix.patch
keywords: patch
messages: 109285
nosy: docs at python, terrence
priority: normal
severity: normal
status: open
title: PyArg_ParseTuple y* documentation is incorrect
type: crash
versions: Python 3.2
Added file: http://bugs.python.org/file17862/PyArgs_ParseTuple_ystar_doc_fix.patch

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


More information about the New-bugs-announce mailing list