diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-12-18 18:22:31 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-12-18 18:22:31 (GMT) |
commit | 6fbd525ef59bf7bfd62b29dcc862fc1f1947dc16 (patch) | |
tree | 1cbacb55306f6987ec680488a47f8856478042dc /Doc/ACKS.txt | |
parent | 6d5f9e73d973a9ec5a68dfc0bc1859e6e4f50896 (diff) | |
download | cpython-6fbd525ef59bf7bfd62b29dcc862fc1f1947dc16.zip cpython-6fbd525ef59bf7bfd62b29dcc862fc1f1947dc16.tar.gz cpython-6fbd525ef59bf7bfd62b29dcc862fc1f1947dc16.tar.bz2 |
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.
Diffstat (limited to 'Doc/ACKS.txt')
-rw-r--r-- | Doc/ACKS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt index 81f7c46..70063c0 100644 --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -33,6 +33,7 @@ docs@python.org), and we'll be glad to correct the problem. * Keith Briggs * Ian Bruntlett * Lee Busby + * Arnaud Calmettes * Lorenzo M. Catucci * Carl Cerecke * Mauro Cicognini |