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 lemburg
Recipients Arfrever, belopolsky, goshawk, lemburg, r.david.murray, vstinner
Date 2012-07-25.11:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <500FDC9C.1030600@egenix.com>
In-reply-to <500FDC3F.8000501@egenix.com>
Content
[Roundup's email interface again...]

>>>> x = 86400.0
>>>> x == x + 1e-9
> False
>>>> x == x + 1e-10
> False
>>>> x == x + 1e-11
> False
>>>> x == x + 1e-12
> True
History
Date User Action Args
2012-07-25 11:46:41lemburgsetrecipients: + lemburg, belopolsky, vstinner, Arfrever, r.david.murray, goshawk
2012-07-25 11:46:41lemburglinkissue15443 messages
2012-07-25 11:46:41lemburgcreate