[docs] [issue23088] Document that PyUnicode_AsUTF8() returns a null-terminated string

Martin Panter report at bugs.python.org
Tue Mar 31 06:11:11 CEST 2015


Martin Panter added the comment:

utf8-null.v4.patch:

* Clarified some mentions of “string” and “character” as bytes or code points
* Copied the warning about embedded nulls to PyUnicode_AS_UNICODE()

----------
Added file: http://bugs.python.org/file38750/utf8-null.v4.patch

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


More information about the docs mailing list