commit | 158701d8866b0cb53953bf0ae0fd2834be766da1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Apr 22 19:41:01 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Apr 22 19:41:01 2010 +0000 |
tree | c2acd31b7e74c1d499b7307d4d2a7e4cd6fa7c9a | |
parent | 754b98c9b4cb355880a464b9e4e9079d96ffc111 [diff] |
Merged revisions 80382 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80382 | victor.stinner | 2010-04-22 21:38:16 +0200 (jeu., 22 avril 2010) | 3 lines Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing unicode string (eg. backslashreplace) ........