aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/c-api/unicode.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-05 03:34:02 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-05 03:34:02 +0300
commit080a2c087e5fa08c44ff121d74ea8ad9d4413c58 (patch)
treef5bcece562167593f10ac72f539415f46d269d14 /Doc/c-api/unicode.rst
parentb176203ddab0671fb937c488492f4a535a37c639 (diff)
parente7f90375b175ed9e610a1de3b5c910f9271375ad (diff)
downloadcpython-080a2c087e5fa08c44ff121d74ea8ad9d4413c58.tar.gz
cpython-080a2c087e5fa08c44ff121d74ea8ad9d4413c58.zip
#16127: merge with 3.3.
Diffstat (limited to 'Doc/c-api/unicode.rst')
-rw-r--r--Doc/c-api/unicode.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
index 0f7d2bb4d18..2ac51dfccec 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.