]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Blocked revisions 70452 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Wed, 18 Mar 2009 14:52:01 +0000 (14:52 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 18 Mar 2009 14:52:01 +0000 (14:52 +0000)
........
  r70452 | mark.dickinson | 2009-03-18 14:47:41 +0000 (Wed, 18 Mar 2009) | 7 lines

  Issue 4474: On platforms with sizeof(wchar_t) == 4 and
  sizeof(Py_UNICODE) == 2, PyUnicode_FromWideChar now converts
  each character outside the BMP to the appropriate surrogate pair.

  Thanks Victor Stinner for the patch.
........


No differences found