#16127: merge with 3.3.

This commit is contained in:
Ezio Melotti 2012-10-05 03:34:02 +03:00
commit 080a2c087e
4 changed files with 6 additions and 17 deletions

View file

@ -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.
*/