Message77868
> (...) 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. |
|
| Date |
User |
Action |
Args |
| 2008-12-15 13:15:47 | haypo | set | recipients:
+ haypo, lemburg, tim_one, skip.montanaro, brett.cannon, jribbens, srittau, guettli, amaury.forgeotdarc, belopolsky, pitrou, catlee, tomster, erik.stephens, steve.roberts |
| 2008-12-15 13:15:47 | haypo | set | messageid: <1229346947.85.0.0746038391436.issue1673409@psf.upfronthosting.co.za> |
| 2008-12-15 13:15:46 | haypo | link | issue1673409 messages |
| 2008-12-15 13:15:46 | haypo | create | |
|