Message281288
> Other way is to define __reduce_ex__ instead of __reduce__ in datetime.date.
Sorry, I was wrong. This would wouldn't work with C implementation. And explicitly setting __reduce__ = object.__reduce__ doesn't work. The only way is to define both __reduce_ex__ and __reduce__ for time and datewtime. |
|
Date |
User |
Action |
Args |
2016-11-20 17:34:51 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, jaraco, belopolsky |
2016-11-20 17:34:51 | serhiy.storchaka | set | messageid: <1479663291.26.0.164398662695.issue28752@psf.upfronthosting.co.za> |
2016-11-20 17:34:51 | serhiy.storchaka | link | issue28752 messages |
2016-11-20 17:34:51 | serhiy.storchaka | create | |
|