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

Nick Coghlan report at bugs.python.org
Tue Jul 8 16:15:02 CEST 2008


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Fixed in 64791.

Blocked from being merged to Py3k (since there is no longer a
__unicode__ special method).

For MAL: the PyInstance_Check included in the patch for the benefit of
classic classes defined in Python code also covers all of the classic C
extension classes which are not instances of object.

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


More information about the Python-bugs-list mailing list