Message252880
> The first issue can be solved by accepting str argument and encoding it to bytes.
A strong -1 from me. Accepting bytes objects for year in 3.x (and str in 2.x) is a gross hack. In the long run, I would like to see a public named constructor, e.g. datetime.datetime.load to be used in datetime pickles.
Can someone explain succinctly what the problem is? Does it only affect pickles transferred between 2.x and 3.x Pythons? If not, how can I reproduce the problem in 3.5? |
|
Date |
User |
Action |
Args |
2015-10-12 18:19:12 | belopolsky | set | recipients:
+ belopolsky, tim.peters, pitrou, alexandre.vassalotti, serhiy.storchaka, eddygeek, tanzer@swing.co.at |
2015-10-12 18:19:12 | belopolsky | set | messageid: <1444673952.29.0.210553472394.issue22005@psf.upfronthosting.co.za> |
2015-10-12 18:19:12 | belopolsky | link | issue22005 messages |
2015-10-12 18:19:12 | belopolsky | create | |
|