[docs] [issue9738] Document the encoding of functions bytes arguments of the C API

STINNER Victor report at bugs.python.org
Mon May 30 23:13:24 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Here is an interesting case for your collection: PyDict_GetItemString.

It's easier to guess the encoding of such function: Python 3 always use UTF-8, but yes, the encoding should be documented.

I documented many functions, directly in the header files, and sometimes also in the reST documentation.

I close this issue because I consider it as done. If you would like to document the encoding of some specific functions, please open new issues.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the docs mailing list