Message103029
| Author | vstinner |
|---|---|
| Recipients | lemburg, loewis, vstinner |
| Date | 2010-04-13.09:28:21 |
| SpamBayes Score | 1.8007043e-08 |
| Marked as misclassified | No |
| Message-id | <1271150903.31.0.546007726769.issue8383@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> 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). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-13 09:28:23 | vstinner | set | recipients: + vstinner, lemburg, loewis |
| 2010-04-13 09:28:23 | vstinner | set | messageid: <1271150903.31.0.546007726769.issue8383@psf.upfronthosting.co.za> |
| 2010-04-13 09:28:21 | vstinner | link | issue8383 messages |
| 2010-04-13 09:28:21 | vstinner | create | |