]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 2 Oct 2011 17:00:15 +0000 (19:00 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 2 Oct 2011 17:00:15 +0000 (19:00 +0200)
commit1a15aba71d45a6ad38ee535611aa7eaf23de2e3e
treea706237a20f5c21e102f4d89278b47d5d7e35e4e
parent0069be19e5bbe8d485d4606bc1f548bf103b8a79
PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result
Python/codecs.c