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 lucaspmelo
Recipients lucaspmelo
Date 2009-07-24.22:05:34
SpamBayes Score 0.0018685312
Marked as misclassified No
Message-id <1248473136.17.0.947327850034.issue6567@psf.upfronthosting.co.za>
In-reply-to
Content
When we use TestCase.assertAlmostEqual to compare two float('inf')
objects, the result is that float('inf') is not almost equal to
float('inf').
I believe this is a bug. I tested against r74195 of Python 3.2 and
against Python 2.6.2.
History
Date User Action Args
2009-07-24 22:05:36lucaspmelosetrecipients: + lucaspmelo
2009-07-24 22:05:36lucaspmelosetmessageid: <1248473136.17.0.947327850034.issue6567@psf.upfronthosting.co.za>
2009-07-24 22:05:35lucaspmelolinkissue6567 messages
2009-07-24 22:05:34lucaspmelocreate