diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-05 00:33:31 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-05 00:33:31 (GMT) |
commit | e7f90375b175ed9e610a1de3b5c910f9271375ad (patch) | |
tree | aaa4d1c1f7079d7f687407d2373f43f184030531 /Doc/c-api | |
parent | 1929407406966f9f2093a9e6b421cad39361dbb4 (diff) | |
download | cpython-e7f90375b175ed9e610a1de3b5c910f9271375ad.zip cpython-e7f90375b175ed9e610a1de3b5c910f9271375ad.tar.gz cpython-e7f90375b175ed9e610a1de3b5c910f9271375ad.tar.bz2 |
#16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/unicode.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 0f7d2bb..2ac51df 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -1083,8 +1083,6 @@ These are the UTF-32 codec APIs: After completion, *\*byteorder* is set to the current byte order at the end of input data. - In a narrow build codepoints outside the BMP will be decoded as surrogate pairs. - If *byteorder* is *NULL*, the codec starts in native order mode. Return *NULL* if an exception was raised by the codec. |