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 pitrou
Recipients mark.dickinson, pitrou
Date 2009-03-29.01:07:38
SpamBayes Score 5.5786168e-06
Marked as misclassified No
Message-id <1238288862.5.0.344212782108.issue5593@psf.upfronthosting.co.za>
In-reply-to
Content
I started getting this in release30-maint (not in py3k).

======================================================================
FAIL: testFsum (test.test_math.MathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/30/Lib/test/test_math.py", line 443, in testFsum
    self.assertEqual(actual, expected)
AssertionError: 1.1102230246251565e-16 != 0.0

----------------------------------------------------------------------
History
Date User Action Args
2009-03-29 01:07:43pitrousetrecipients: + pitrou, mark.dickinson
2009-03-29 01:07:42pitrousetmessageid: <1238288862.5.0.344212782108.issue5593@psf.upfronthosting.co.za>
2009-03-29 01:07:40pitroulinkissue5593 messages
2009-03-29 01:07:38pitroucreate