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 belopolsky
Recipients alex, belopolsky, daniel.urban, mark.dickinson, rhettinger
Date 2011-05-04.14:44:27
SpamBayes Score 0.0031721175
Marked as misclassified No
Message-id <BANLkTikAS3ajh6XnKzfgh3P5c8nXKuYdHQ@mail.gmail.com>
In-reply-to <1304438739.13.0.39868574652.issue11949@psf.upfronthosting.co.za>
Content
On Tue, May 3, 2011 at 12:05 PM, Mark Dickinson <report@bugs.python.org> wrote:
..
> I was thinking of something like the rAssertAlmostEqual method in test_cmath.

This one is good.  I wonder if it would be appropriate to move
rAssertAlmostEqual() up to unitetest.case possibly replacing
assertAlmostEqual()? If replacing assertAlmostEqual() is not an
option, I would call it assertFloatAlmostEqual().
History
Date User Action Args
2011-05-04 14:44:28belopolskysetrecipients: + belopolsky, rhettinger, mark.dickinson, alex, daniel.urban
2011-05-04 14:44:27belopolskylinkissue11949 messages
2011-05-04 14:44:27belopolskycreate