[New-bugs-announce] [issue6950] online documentation error: PyObject* PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)

kai zhu report at bugs.python.org
Sat Sep 19 18:24:21 CEST 2009


New submission from kai zhu <kaizhu256 at gmail.com>:

according to bytearrayobject.c, PyByteArray_Resize should return int (not 
PyObject *)

error found @
http://docs.python.org/dev/py3k/c-api/bytearray.html
http://docs.python.org/c-api/bytearray.html

----------
assignee: georg.brandl
components: Documentation
messages: 92872
nosy: georg.brandl, kaizhu
severity: normal
status: open
title: online documentation error: PyObject* PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)
versions: Python 2.7, Python 3.2

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


More information about the New-bugs-announce mailing list