Staging
v0.5.1
https://github.com/python/cpython
Revision c1651a0b968390ef6b722d3c2e1ca72c5a7c9cec authored by Walter Dörwald on 03 May 2009, 22:55:55 UTC, committed by Walter Dörwald on 03 May 2009, 22:55:55 UTC
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().
........
1 parent 129ab1d
History
Tip revision: c1651a0b968390ef6b722d3c2e1ca72c5a7c9cec authored by Walter Dörwald on 03 May 2009, 22:55:55 UTC
Merged revisions 72260 via svnmerge from
Tip revision: c1651a0
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 673 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 3.4 KB
LICENSE -rw-r--r-- 13.7 KB
Makefile.pre.in -rw-r--r-- 39.0 KB
README -rw-r--r-- 7.4 KB
configure -rwxr-xr-x 678.5 KB
configure.in -rw-r--r-- 109.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 31.1 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 71.3 KB

README

back to top