[Python-checkins] r81378 - python/branches/py3k

victor.stinner python-checkins at python.org
Thu May 20 13:30:37 CEST 2010


Author: victor.stinner
Date: Thu May 20 13:30:37 2010
New Revision: 81378

Log:
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)
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list