Message100678
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2010-03-08.23:21:05 |
| SpamBayes Score | 0.025519146 |
| Marked as misclassified | No |
| Message-id | <1268090467.51.0.427647969669.issue8092@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
utf8 encoder doesn't work in backslashreplace error handler:
>>> "\uDC80".encode("utf8", "backslashreplace")
TypeError: error handler should have returned bytes |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-03-08 23:21:07 | vstinner | set | recipients: + vstinner |
| 2010-03-08 23:21:07 | vstinner | set | messageid: <1268090467.51.0.427647969669.issue8092@psf.upfronthosting.co.za> |
| 2010-03-08 23:21:05 | vstinner | link | issue8092 messages |
| 2010-03-08 23:21:05 | vstinner | create | |