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

Martin Panter report at bugs.python.org
Tue Mar 10 11:47:52 CET 2015


Martin Panter added the comment:

Posting a new patch that says that the NUL is always appended for both Unicode and Bytes, and explicitly says that internal NULs are allowed.

----------
Added file: http://bugs.python.org/file38420/utf8-null.v2.patch

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


More information about the docs mailing list