From ac7336f64f3b11963a0a07dbd31c8b58be11b1a7 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 5 May 2010 12:42:20 +0000 Subject: [PATCH] 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 ........