Message 186822 - Python tracker
Message186822
| Author | alexandre.vassalotti |
|---|---|
| Recipients | alexandre.vassalotti, pitrou, serhiy.storchaka, vstinner |
| Date | 2013-04-13.20:17:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1365884274.3.0.834755863533.issue17710@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I also wrote a patch for this. I took I slightly different approach though. I fixed the C implementation to be more strict on the quoting. Currently, it strips trailing non-printable characters, something pickle.py doesn't do. I also cleaned up the tests to check this behavior. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-13 20:17:54 | alexandre.vassalotti | set | recipients: + alexandre.vassalotti, pitrou, vstinner, serhiy.storchaka |
| 2013-04-13 20:17:54 | alexandre.vassalotti | set | messageid: <1365884274.3.0.834755863533.issue17710@psf.upfronthosting.co.za> |
| 2013-04-13 20:17:54 | alexandre.vassalotti | link | issue17710 messages |
| 2013-04-13 20:17:54 | alexandre.vassalotti | create | |