This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, martin.panter, pitrou, serhiy.storchaka, vstinner
Date 2015-03-10.11:16:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425986200.75.0.967310631185.issue23088@psf.upfronthosting.co.za>
In-reply-to
Content
There are other functions that returns null terminated data: PyByteArray_AsString(), PyBytes_AsStringAndSize(), PyUnicode_AS_UNICODE(), PyUnicode_AsUCS4Copy() PyUnicode_AsUnicode(), PyUnicode_AsUnicodeAndSize(), PyUnicode_AsWideCharString() and may be more. See also examples of notes about embedded null characters.

And for consistency with all other documentation this should be written as "null byte/character", not NUL.
History
Date User Action Args
2015-03-10 11:16:40serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, docs@python, martin.panter
2015-03-10 11:16:40serhiy.storchakasetmessageid: <1425986200.75.0.967310631185.issue23088@psf.upfronthosting.co.za>
2015-03-10 11:16:40serhiy.storchakalinkissue23088 messages
2015-03-10 11:16:40serhiy.storchakacreate