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 hodgestar
Recipients amaury.forgeotdarc, benjamin.peterson, christoph, davidfraser, georg.brandl, hodgestar, pitrou
Date 2008-06-09.16:03:25
SpamBayes Score 0.14181305
Marked as misclassified No
Message-id <1213027406.99.0.406592385845.issue2517@psf.upfronthosting.co.za>
In-reply-to
Content
Concerning http://bugs.python.org/issue1551432:

I'd much rather have working unicode(e) than working unicode(Exception).
Calling unicode(C) on any class C which overrides __unicode__ is broken
without tp_unicode anyway.
History
Date User Action Args
2008-06-09 16:03:27hodgestarsetspambayes_score: 0.141813 -> 0.14181305
recipients: + hodgestar, georg.brandl, amaury.forgeotdarc, davidfraser, pitrou, benjamin.peterson, christoph
2008-06-09 16:03:27hodgestarsetspambayes_score: 0.141813 -> 0.141813
messageid: <1213027406.99.0.406592385845.issue2517@psf.upfronthosting.co.za>
2008-06-09 16:03:25hodgestarlinkissue2517 messages
2008-06-09 16:03:25hodgestarcreate