Author haypo
Recipients amaury.forgeotdarc, belopolsky, brett.cannon, catlee, erik.stephens, guettli, haypo, jribbens, lemburg, pitrou, skip.montanaro, srittau, steve.roberts, tim_one, tomster
Date 2008-12-15.13:15:46
SpamBayes Score 0.0174139
Marked as misclassified No
Message-id <1229346947.85.0.0746038391436.issue1673409@psf.upfronthosting.co.za>
In-reply-to
Content
> (...) 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.
History
Date User Action Args
2008-12-15 13:15:47hayposetrecipients: + 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:47hayposetmessageid: <1229346947.85.0.0746038391436.issue1673409@psf.upfronthosting.co.za>
2008-12-15 13:15:46haypolinkissue1673409 messages
2008-12-15 13:15:46haypocreate