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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, christoph
Date 2008-03-31.16:13:59
SpamBayes Score 0.010480935
Marked as misclassified No
Message-id <1206980040.32.0.599256763506.issue2517@psf.upfronthosting.co.za>
In-reply-to
Content
Note the interpreter cannot print the exception either:

>>> raise Exception(u'Error when printing ü')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
Exception>>>
History
Date User Action Args
2008-03-31 16:14:00amaury.forgeotdarcsetspambayes_score: 0.0104809 -> 0.010480935
recipients: + amaury.forgeotdarc, benjamin.peterson, christoph
2008-03-31 16:14:00amaury.forgeotdarcsetspambayes_score: 0.0104809 -> 0.0104809
messageid: <1206980040.32.0.599256763506.issue2517@psf.upfronthosting.co.za>
2008-03-31 16:13:59amaury.forgeotdarclinkissue2517 messages
2008-03-31 16:13:59amaury.forgeotdarccreate