[issue2517] Error when printing an exception containing a Unicode string

David Fraser report at bugs.python.org
Mon Jun 9 17:53:28 CEST 2008


David Fraser <davidf at sjsoft.com> added the comment:

Aha - the __unicode__ method was previously there in Python 2.5, and was
ripped out because of the unicode(Exception) problem. See
http://bugs.python.org/issue1551432.

The reversion is in
http://svn.python.org/view/python/trunk/Objects/exceptions.c?rev=51837&r1=51770&r2=51837

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2517>
_______________________________________


More information about the Python-bugs-list mailing list