From: Victor Stinner Date: Thu, 20 May 2010 11:31:06 +0000 (+0000) Subject: Blocked revisions 81377 via svnmerge X-Git-Tag: v2.6.6rc1~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51f93d99aa4b6a04eb273c22b8c78eccf5bf2e3e;p=python 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) ........ ---