diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2010-08-18 20:44:58 +0000 |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2010-08-18 20:44:58 +0000 |
commit | 8d5b2896cdb7c6a4e8ff9f0566bd75cec0b50651 (patch) | |
tree | a5fcd858811d333f9d951dd702e3dcb2ad3186a4 /Python/pythonrun.c | |
parent | 83123edeb97b8d1024e7a4cabea3707ddf243159 (diff) | |
download | cpython-8d5b2896cdb7c6a4e8ff9f0566bd75cec0b50651.tar.gz |
#5127: Even on narrow unicode builds, the C functions that access the Unicode
Database (Py_UNICODE_TOLOWER, Py_UNICODE_ISDECIMAL, and others) now accept
and return characters from the full Unicode range (Py_UCS4).
The differences from Python code are few:
- unicodedata.numeric(), unicodedata.decimal() and unicodedata.digit()
now return the correct value for large code points
- repr() may consider more characters as printable.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions