commit | 28a545e234a4b542a0e8c88e6d217e5c99963a04 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Dec 18 19:39:53 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Dec 18 19:39:53 2011 +0100 |
tree | adc91c6ac95b6ef842226037f66fae0af82381f0 | |
parent | 3b3b1189ce250872d402194e1a12c5315034d847 [diff] |
Issue #13617: Document that the result PyUnicode_AsUnicode() and PyUnicode_AsWideChar() may contain embedded null characters. Patch written by Arnaud Calmettes.