This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author davidfraser
Recipients amaury.forgeotdarc, benjamin.peterson, christoph, davidfraser, georg.brandl, hodgestar, pitrou
Date 2008-06-09.15:53:24
SpamBayes Score 0.025994075
Marked as misclassified No
Message-id <1213026808.62.0.563790418406.issue2517@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-06-09 15:53:29davidfrasersetspambayes_score: 0.0259941 -> 0.025994075
recipients: + davidfraser, georg.brandl, amaury.forgeotdarc, pitrou, benjamin.peterson, christoph, hodgestar
2008-06-09 15:53:28davidfrasersetspambayes_score: 0.0259941 -> 0.0259941
messageid: <1213026808.62.0.563790418406.issue2517@psf.upfronthosting.co.za>
2008-06-09 15:53:25davidfraserlinkissue2517 messages
2008-06-09 15:53:24davidfrasercreate