[issue1182] Paticular decimal mod operation wrongly output NaN.

Facundo Batista report at bugs.python.org
Mon Jan 7 16:49:22 CET 2008


Facundo Batista added the comment:

Mmm... I thought this would be a clean backport... but no.

If we just copy the files to 2.5, we get two failures running the tests.

- test_hash_method (DecimalUsabilityTest): This is because of the
changes we made to the hash builtin in the trunk, and we should avoid
this test if version < 2.6.

- test_normalize: Exception "Clamped" raised on line nrmx218. I don't
have a clue why this one fails.

Mark, could you please take a look at it?

Thank you!

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1182>
__________________________________


More information about the Python-bugs-list mailing list