diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-20 11:31:06 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-20 11:31:06 (GMT) |
commit | 51f93d99aa4b6a04eb273c22b8c78eccf5bf2e3e (patch) | |
tree | 177e02b2b2c83f5cd640ccaee5832168e1660c8d /Python/import.c | |
parent | 9d814120a9ca4b80739491bb44ef2afe43b8c405 (diff) | |
download | cpython-51f93d99aa4b6a04eb273c22b8c78eccf5bf2e3e.zip cpython-51f93d99aa4b6a04eb273c22b8c78eccf5bf2e3e.tar.gz cpython-51f93d99aa4b6a04eb273c22b8c78eccf5bf2e3e.tar.bz2 |
Blocked revisions 81377 via svnmerge
........
r81377 | victor.stinner | 2010-05-20 13:29:45 +0200 (jeu., 20 mai 2010) | 8 lines
libpython.py: fix support of non-BMP unicode characters
Forward port some code from Python3:
* join surrogate pairs if sizeof(Py_UNICODE)==2
* Enable non-BMP test on narrow builds using u"\U0001D121" instead of
unichr(0x1D121)
........
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions