Larry Hastings <la...@hastings.org> added the comment:

@haypo: Thanks for pointing that out buildbot failure!  The OpenIndiana 
buildbot was bit by a rounding error.  I fixed it by adding in a fudge factor 
it--I snuck in one last change just now.  I weakened the unit test as follows:

-            self.assertEqual(floaty, nanosecondy)
+            self.assertAlmostEqual(floaty, nanosecondy, delta=2)

Also: I'm leaving this issue open for now, to remind myself to add ns= to  
utimensat and futimesat if they're still alive on June 15th.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14127>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to