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:11:24
SpamBayes Score 0.0023972762
Marked as misclassified No
Message-id <1213027952.7.0.294707881423.issue2517@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin Peterson wrote:
> What version are you using? In Py3k, str is unicode so __str__ can
> return a unicode string.

I'm sorry it wasn't clear. I'm aware that this issue doesn't apply to
Python 3.0. I'm testing on both Python 2.5 and Python 2.6 for the
purposes of the bug.

Code I'm developing that hits these issues are database exceptions with
unicode messages raised inside MySQLdb on Python 2.5.

The patch I submitted is against trunk.
History
Date User Action Args
2008-06-09 16:12:33hodgestarsetspambayes_score: 0.00239728 -> 0.0023972762
recipients: + hodgestar, georg.brandl, amaury.forgeotdarc, davidfraser, pitrou, benjamin.peterson, christoph
2008-06-09 16:12:32hodgestarsetspambayes_score: 0.00239728 -> 0.00239728
messageid: <1213027952.7.0.294707881423.issue2517@psf.upfronthosting.co.za>
2008-06-09 16:11:28hodgestarlinkissue2517 messages
2008-06-09 16:11:25hodgestarcreate