From: Victor Stinner Date: Thu, 17 Jun 2010 23:11:18 +0000 (+0000) Subject: Blocked revisions 82059 via svnmerge X-Git-Tag: v3.1.3rc1~617 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=993c674cf3b8e933572f0d580250e1abd2da22a3;p=python Blocked revisions 82059 via svnmerge ........ r82059 | victor.stinner | 2010-06-18 01:08:50 +0200 (ven., 18 juin 2010) | 5 lines Issue #6543: Write the traceback in the terminal encoding instead of utf-8. Fix the encoding of the modules filename. Reindent also traceback.h, just because I hate tabs :-) ........ ---