From: Victor Stinner Date: Wed, 5 May 2010 12:42:20 +0000 (+0000) Subject: Blocked revisions 80777 via svnmerge X-Git-Tag: v3.2a1~929 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac7336f64f3b11963a0a07dbd31c8b58be11b1a7;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 80777 via svnmerge ........ r80777 | victor.stinner | 2010-05-05 14:40:49 +0200 (mer., 05 mai 2010) | 3 lines Issue #8313: traceback.format_exception_only() encodes unicode message to ASCII with backslashreplace error handler if str(value) failed ........ ---