Message64771
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson, christoph |
| Date | 2008-03-30.23:21:24 |
| SpamBayes Score | 0.43874794 |
| Marked as misclassified | No |
| Message-id | <1206919286.33.0.863704528492.issue2517@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
That is because Python encodes it's error messages as ASCII by default,
and "ΓΌ" is not in ASCII. You can fix this by using "print
unicode_msg.encode("utf-8")" or something similar. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-03-30 23:21:26 | benjamin.peterson | set | spambayes_score: 0.438748 -> 0.43874794 recipients: + benjamin.peterson, christoph |
| 2008-03-30 23:21:26 | benjamin.peterson | set | spambayes_score: 0.438748 -> 0.438748 messageid: <1206919286.33.0.863704528492.issue2517@psf.upfronthosting.co.za> |
| 2008-03-30 23:21:25 | benjamin.peterson | link | issue2517 messages |
| 2008-03-30 23:21:25 | benjamin.peterson | create | |