summaryrefslogtreecommitdiffstats
path: root/Include/unicodeobject.h
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-05 00:34:02 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-05 00:34:02 (GMT)
commit080a2c087e5fa08c44ff121d74ea8ad9d4413c58 (patch)
treef5bcece562167593f10ac72f539415f46d269d14 /Include/unicodeobject.h
parentb176203ddab0671fb937c488492f4a535a37c639 (diff)
parente7f90375b175ed9e610a1de3b5c910f9271375ad (diff)
downloadcpython-080a2c087e5fa08c44ff121d74ea8ad9d4413c58.zip
cpython-080a2c087e5fa08c44ff121d74ea8ad9d4413c58.tar.gz
cpython-080a2c087e5fa08c44ff121d74ea8ad9d4413c58.tar.bz2
#16127: merge with 3.3.
Diffstat (limited to 'Include/unicodeobject.h')
-rw-r--r--Include/unicodeobject.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index 956bdbd..4152dd7 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -1022,8 +1022,7 @@ PyAPI_FUNC(void*) _PyUnicode_AsKind(PyObject *s, unsigned int kind);
/* Create a Unicode Object from the given Unicode code point ordinal.
- The ordinal must be in range(0x10000) on narrow Python builds
- (UCS2), and range(0x110000) on wide builds (UCS4). A ValueError is
+ The ordinal must be in range(0x110000). A ValueError is
raised in case it is not.
*/