commit | 6fbd525ef59bf7bfd62b29dcc862fc1f1947dc16 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Dec 18 19:22:31 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Dec 18 19:22:31 2011 +0100 |
tree | 1cbacb55306f6987ec680488a47f8856478042dc | |
parent | 6d5f9e73d973a9ec5a68dfc0bc1859e6e4f50896 [diff] |
Issue #13617: Document that the result of the conversion of a Unicode object to wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes. Patch written by Arnaud Calmettes.