commit | 993c674cf3b8e933572f0d580250e1abd2da22a3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Jun 17 23:11:18 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Jun 17 23:11:18 2010 +0000 |
tree | a4dfbfff56c652712a1411edf014a6cfcfb177cd | |
parent | 428b4e3eeeaba64ec9507db1b8a09ed16f41dad7 [diff] |
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 :-) ........