commit | 7c8eaad1bf48f479c0440e6f39b6740b58956520 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 05 12:45:31 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 05 12:45:31 2010 +0000 |
tree | 9760918800da3d412bbd649b47f7fe611a446263 | |
parent | 2dd131d5358d155dbc7bea40d6c993b9530f98f3 [diff] |
Merged revisions 80777 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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 ........