Message253058
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. |
|
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 | |
|