Message253058
| Author | belopolsky |
|---|---|
| Recipients | alexandre.vassalotti, belopolsky, eddygeek, pitrou, serhiy.storchaka, tanzer@swing.co.at, tim.peters |
| Date | 2015-10-15.17:56:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1444931802.01.0.646162206486.issue22005@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Christian, I don't think your solution will work for date/time/datetime pickles. There are many values for which pickle payload consists of bytes within 0-127 range. IIUC, you propose to decode those to Python 3 strings using ASCII encoding. This will in turn require accepting str type in date/time/datetime constructors. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-10-15 17:56:42 | belopolsky | set | recipients: + belopolsky, tim.peters, pitrou, alexandre.vassalotti, serhiy.storchaka, eddygeek, tanzer@swing.co.at |
| 2015-10-15 17:56:42 | belopolsky | set | messageid: <1444931802.01.0.646162206486.issue22005@psf.upfronthosting.co.za> |
| 2015-10-15 17:56:41 | belopolsky | link | issue22005 messages |
| 2015-10-15 17:56:41 | belopolsky | create | |