➜

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.

作者 belopolsky
收信人 belopolsky, fdrake, mark.dickinson
日期 2010-06-25.15:55:06
SpamBayes Score 8.171001e-06
Marked as misclassified 否
Message-id <1277481309.58.0.885477139585.issue9051@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-06-25 15:55:09belopolsky修改recipients: + belopolsky, fdrake, mark.dickinson
2010-06-25 15:55:09belopolsky修改messageid: <1277481309.58.0.885477139585.issue9051@psf.upfronthosting.co.za>
2010-06-25 15:55:07belopolsky链接issue9051 messages
2010-06-25 15:55:06belopolsky创建