Message 86839 - Python tracker
Message86839
| Author | lemburg |
|---|---|
| Recipients | Rhamphoryncus, ezio.melotti, jwilk, lemburg, loewis, pitrou |
| Date | 2009-04-30.08:26:57 |
| SpamBayes Score | 0.001135581 |
| Marked as misclassified | No |
| Message-id | <49F960CF.60406@egenix.com> |
| In-reply-to | <1241037575.83.0.760930441992.issue3672@psf.upfronthosting.co.za> |
| Content | |
|---|---|
On 2009-04-29 22:39, Martin v. Löwis @psf.upfronthosting.co.za wrote: > Martin v. Löwis <martin@v.loewis.de> added the comment: > > I think we could preserve the marshal format with yet another error > handler - one that emits half surrogates into their intuitive form. That's a good idea. We could have an error handler which then let's the codec accept lone surrogates for utf-8 or just add a new codec which does this and use that for marshal. Still, this can only go into 3.1. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-04-30 08:27:05 | lemburg | set | recipients: + lemburg, loewis, Rhamphoryncus, pitrou, jwilk, ezio.melotti |
| 2009-04-30 08:27:03 | lemburg | link | issue3672 messages |
| 2009-04-30 08:27:01 | lemburg | create | |