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 drkirkby
Recipients drkirkby, loewis
Date 2010-06-26.13:24:51
SpamBayes Score 0.00041666572
Marked as misclassified No
Message-id <1277558693.68.0.686573289516.issue8852@psf.upfronthosting.co.za>
In-reply-to
Content
I think I spoke too soon. 

I just downloaded the 2.7.rc2. Using both 32 and 64-bit builds, with the only patch being that I attached to issue8852  some months back, the problem occurs again. 

test_float
test test_float failed -- Traceback (most recent call last):
  File "/export/home/drkirkby/Python-2.7rc2/Lib/test/test_float.py", line 1297, in test_roundtrip
    self.identical(-x, roundtrip(-x))
  File "/export/home/drkirkby/Python-2.7rc2/Lib/test/test_float.py", line 907, in identical
    self.fail('%r not identical to %r' % (x, y))
AssertionError: -0.0 not identical to 0.0

test_fnmatch
test_fork1
History
Date User Action Args
2010-06-26 13:24:53drkirkbysetrecipients: + drkirkby, loewis
2010-06-26 13:24:53drkirkbysetmessageid: <1277558693.68.0.686573289516.issue8852@psf.upfronthosting.co.za>
2010-06-26 13:24:52drkirkbylinkissue8852 messages
2010-06-26 13:24:51drkirkbycreate