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 flox
Recipients flox
Date 2009-12-20.19:37:58
SpamBayes Score 2.9579978e-06
Marked as misclassified No
Message-id <1261337879.76.0.460831338952.issue7554@psf.upfronthosting.co.za>
In-reply-to
Content
These tests do not pass the right arguments to rAssertAlmostEqual.
They should use assertAlmostEqual instead.

(around line 123)

        self.rAssertAlmostEqual(cmath.pi, pi_expected, 9,
            "cmath.pi is %s; should be %s" % (cmath.pi, pi_expected))
        self.rAssertAlmostEqual(cmath.e,  e_expected, 9,
            "cmath.e is %s; should be %s" % (cmath.e, e_expected))
History
Date User Action Args
2009-12-20 19:37:59floxsetrecipients: + flox
2009-12-20 19:37:59floxsetmessageid: <1261337879.76.0.460831338952.issue7554@psf.upfronthosting.co.za>
2009-12-20 19:37:58floxlinkissue7554 messages
2009-12-20 19:37:58floxcreate