[New-bugs-announce] [issue6881] incorrect signature in doc for PyByteArray_Resize

egreen report at bugs.python.org
Fri Sep 11 11:24:44 CEST 2009


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

in Doc/c-api/bytearray.rst:

    PyObject* PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)

should be:

    int PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)

as per Include/bytearrayobject.h

----------
assignee: georg.brandl
components: Documentation
messages: 92506
nosy: egreen, georg.brandl
severity: normal
status: open
title: incorrect signature in doc for PyByteArray_Resize
versions: Python 2.7, Python 3.1

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


More information about the New-bugs-announce mailing list