[issue6881] incorrect signature in doc for PyByteArray_Resize

Georg Brandl report at bugs.python.org
Wed Sep 16 11:34:45 CEST 2009


Georg Brandl <georg at python.org> added the comment:

I don't think the iterator type needs to be documented; many other such
iter types aren't.

Also, the argument names needn't match (since C doesn't have the notion
of keyword arguments).  They can be changed in the docs to be more
obvious than what the programmer chose :)

Would you like to fix the rest?

----------
assignee: georg.brandl -> ezio.melotti

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


More information about the Python-bugs-list mailing list