]> granicus.if.org Git - python/commit
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 17 Jun 2010 23:08:50 +0000 (23:08 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 17 Jun 2010 23:08:50 +0000 (23:08 +0000)
commit0fe25a445d5e72450a8d611faed75f65ba57c0bc
treebb0225a38220360cb4ae5451b68d2c954bf3525d
parent870f09a7f4296712de404dccea1c3a7bf52f66c3
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 :-)
Include/traceback.h
Misc/NEWS
Python/_warnings.c
Python/compile.c
Python/pythonrun.c
Python/traceback.c