[docs] doc bug: PyUnicode_FromStringAndSize missing New Reference return tag in Py3

Nick a.grinner at gmail.com
Thu Aug 14 19:36:52 CEST 2014


Problem for bytes and unicode doc for functions returning new objects
examples are

PyUnicode_FromStringAndSize

and

PyBytes_FromStringAndSize

they are missing the

Return value: New reference.

beneath them, I think.

-Nick


More information about the docs mailing list