消息 [77868]
> (...) totimestamp() (...) return value should be similar
> to that of time.time(), i.e. a float
float is a source of many problems (rounding problems), especially for
huge values: float is unable to store correctly microseconds for big
values: see msg75426. A simple tuple (int, int) is simple and there is
no rounding/float limit. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2008-12-15 13:15:47 | vstinner | 修改 | recipients:
+ vstinner, lemburg, tim.peters, skip.montanaro, brett.cannon, jribbens, srittau, guettli, amaury.forgeotdarc, belopolsky, pitrou, catlee, tomster, erik.stephens, steve.roberts |
| 2008-12-15 13:15:47 | vstinner | 修改 | messageid: <1229346947.85.0.0746038391436.issue1673409@psf.upfronthosting.co.za> |
| 2008-12-15 13:15:46 | vstinner | 链接 | issue1673409 messages |
| 2008-12-15 13:15:46 | vstinner | 创建 | |
|