Marc-Andre Lemburg <m...@egenix.com> added the comment: [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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15443> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com