summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2010-08-18 20:44:58 +0000
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2010-08-18 20:44:58 +0000
commit8d5b2896cdb7c6a4e8ff9f0566bd75cec0b50651 (patch)
treea5fcd858811d333f9d951dd702e3dcb2ad3186a4 /Python/pythonrun.c
parent83123edeb97b8d1024e7a4cabea3707ddf243159 (diff)
downloadcpython-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