]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 72265 via svnmerge from
authorWalter Dörwald <walter@livinglogic.de>
Sun, 3 May 2009 22:57:39 +0000 (22:57 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sun, 3 May 2009 22:57:39 +0000 (22:57 +0000)
commit80aaee7ac0c917aca19aac8b90d9754d1226dd4b
treef25c8c4bd1829257d38047927e06cc5ce21887c4
parent50d75a76630a3a0008584dfa96eee43782ebc571
Merged revisions 72265 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r72265 | walter.doerwald | 2009-05-04 00:55:55 +0200 (Mo, 04 Mai 2009) | 12 lines

  Merged revisions 72260 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r72260 | walter.doerwald | 2009-05-04 00:36:33 +0200 (Mo, 04 Mai 2009) | 5 lines

    Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call
    PyUnicode_DecodeUTF8() once, remember the result and output it in a second
    step. This avoids problems with counting UTF-8 bytes that ignores the effect
    of using the replace error handler in PyUnicode_DecodeUTF8().
  ........
................
Misc/NEWS
Objects/unicodeobject.c