This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, fdrake, mark.dickinson
Date 2010-06-25.15:55:06
SpamBayes Score 8.171001e-06
Marked as misclassified No
Message-id <1277481309.58.0.885477139585.issue9051@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-25 15:55:09belopolskysetrecipients: + belopolsky, fdrake, mark.dickinson
2010-06-25 15:55:09belopolskysetmessageid: <1277481309.58.0.885477139585.issue9051@psf.upfronthosting.co.za>
2010-06-25 15:55:07belopolskylinkissue9051 messages
2010-06-25 15:55:06belopolskycreate