[issue6881] incorrect signature in doc for PyByteArray_Resize

Ezio Melotti report at bugs.python.org
Wed Sep 16 04:40:36 CEST 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

The PyByteArrayIter_Type is also missing, and the arg names of several
functions don't match the ones in the C source in Objects/bytesobject.c .
It might also be a good idea to add sub-headers in the doc to group
these functions in the same way they are grouped in the .h file (i.e.
Type Object, Type check macros, Direct API functions, Macros).

----------
nosy: +ezio.melotti
priority:  -> low
resolution:  -> accepted

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


More information about the Python-bugs-list mailing list