Files
cpython/Objects
Walter Dörwald ed960ac404 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().
2009-05-03 22:36:33 +00:00
..
2008-07-24 07:04:55 +00:00
2009-04-19 02:40:43 +00:00
2008-08-24 05:04:52 +00:00