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 mark.dickinson
Recipients facundobatista, mark.dickinson, ronaldoussoren
Date 2008-02-14.17:52:31
SpamBayes Score 0.018658176
Marked as misclassified No
Message-id <1203011553.11.0.250696473253.issue2114@psf.upfronthosting.co.za>
In-reply-to
Content
A cheap and easy fix would be to update normalize.decTest so that's it's
an exact copy of reduce.decTest.  This would result in all the
normalization tests being run twice, but that's probably better than
seeing failing tests.

(What happened here is that Mike Cowlishaw fixed some buggy tests in
normalize.decTest and also renamed normalize.decTest to reduce.decTest,
and renamed the tests within the file.)

But I agree that it's not a disaster if this doesn't get fixed.  It's
the tests that are buggy, not the Decimal module.
History
Date User Action Args
2008-02-14 17:52:33mark.dickinsonsetspambayes_score: 0.0186582 -> 0.018658176
recipients: + mark.dickinson, facundobatista, ronaldoussoren
2008-02-14 17:52:33mark.dickinsonsetspambayes_score: 0.0186582 -> 0.0186582
messageid: <1203011553.11.0.250696473253.issue2114@psf.upfronthosting.co.za>
2008-02-14 17:52:32mark.dickinsonlinkissue2114 messages
2008-02-14 17:52:31mark.dickinsoncreate