Message 103030 - Python tracker
Message103030
| Author | lemburg |
|---|---|
| Recipients | lemburg, loewis, vstinner |
| Date | 2010-04-13.09:44:29 |
| SpamBayes Score | 3.276046e-11 |
| Marked as misclassified | No |
| Message-id | <4BC43D1E.9050908@egenix.com> |
| In-reply-to | <1271150903.31.0.546007726769.issue8383@psf.upfronthosting.co.za> |
| Content | |
|---|---|
STINNER Victor wrote: > > STINNER Victor <victor.stinner@haypocalc.com> added the comment: > >> Both pickle and marshal will need to use the new error handler >> in order to stay compatible with Python 3.0 (and 2.x) >> and also to enable creating Unicode literals that include >> lone surrogates. > > Attached patch fixes pickle. Marshal does already use surrogatepass since Martin's commit r72208 (Issue #3672). Looks good ! Thanks. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-13 09:44:31 | lemburg | set | recipients: + lemburg, loewis, vstinner |
| 2010-04-13 09:44:29 | lemburg | link | issue8383 messages |
| 2010-04-13 09:44:29 | lemburg | create | |