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, lemburg, ncoghlan, pitrou
Date 2008-06-11.11:54:37
SpamBayes Score 0.00952473
Marked as misclassified No
Message-id <1213185281.18.0.487372230857.issue2517@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch which implements Nick Coghlan's suggestion. All
existing tests in test_exceptions.py and test_unicode.py pass as does
the new unicode(Exception(u"\xe1")) test.
History
Date User Action Args
2008-06-11 11:54:41hodgestarsetspambayes_score: 0.00952473 -> 0.00952473
recipients: + hodgestar, lemburg, georg.brandl, amaury.forgeotdarc, ncoghlan, davidfraser, pitrou, benjamin.peterson, christoph
2008-06-11 11:54:41hodgestarsetspambayes_score: 0.00952473 -> 0.00952473
messageid: <1213185281.18.0.487372230857.issue2517@psf.upfronthosting.co.za>
2008-06-11 11:54:40hodgestarlinkissue2517 messages
2008-06-11 11:54:40hodgestarcreate