]> granicus.if.org Git - python/commit
Issue #8313: traceback.format_exception_only() encodes unicode message to
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 May 2010 12:40:49 +0000 (12:40 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 May 2010 12:40:49 +0000 (12:40 +0000)
commit926fd4ee32de00ddb44df111f830678e2bcc6524
treea6e5cda549defe46bae0ff2e520b09fd2c7c81ac
parentf3c157f639f3da24ccfc532aabe01af1ba0111c5
Issue #8313: traceback.format_exception_only() encodes unicode message to
ASCII with backslashreplace error handler if str(value) failed
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS