Message108608
The datetime module provides compact pickled representation for date, datetime, time and timedelta instances:
type: size
date: 34
datetime: 44
time: 36
timedelta: 37
On the other hand, current pickle size for timezone is 64 and the size of an aware datetime instance is 105 bytes.
Since stability is important for pickle format, the best format should be developed before the first release to include timezone class. |
|
Date |
User |
Action |
Args |
2010-06-25 15:55:09 | belopolsky | set | recipients:
+ belopolsky, fdrake, mark.dickinson |
2010-06-25 15:55:09 | belopolsky | set | messageid: <1277481309.58.0.885477139585.issue9051@psf.upfronthosting.co.za> |
2010-06-25 15:55:07 | belopolsky | link | issue9051 messages |
2010-06-25 15:55:06 | belopolsky | create | |
|