diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-12-18 18:30:55 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-12-18 18:30:55 (GMT) |
commit | 0d81c1357d4b628a29a8f7e33e49782b50f1163a (patch) | |
tree | 7137318e23d360725fb2255be0f9a1468ad8da84 /Doc/ACKS.txt | |
parent | 0f694d72a284ac656772806f09ea9bf454550a98 (diff) | |
parent | 6fbd525ef59bf7bfd62b29dcc862fc1f1947dc16 (diff) | |
download | cpython-0d81c1357d4b628a29a8f7e33e49782b50f1163a.zip cpython-0d81c1357d4b628a29a8f7e33e49782b50f1163a.tar.gz cpython-0d81c1357d4b628a29a8f7e33e49782b50f1163a.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 164c2c1..f9e4d3b 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 |