]> granicus.if.org Git - python/commit
Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to
authorFacundo Batista <facundobatista@gmail.com>
Thu, 11 Dec 2008 04:19:46 +0000 (04:19 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Thu, 11 Dec 2008 04:19:46 +0000 (04:19 +0000)
commite29d435e0cefb3e1772f6de0844e628aac3cf98e
tree1fb28cdfbbc38c424bd7f3f911db0893f456dd0c
parent240028cb771d286b39952357802483cf6a5d7e2e
Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to
give correct results in the case where one argument is a quiet NaN
and the other is a finite number that requires rounding.
Thanks Mark Dickinson.
Lib/decimal.py
Lib/test/decimaltestdata/extra.decTest
Misc/NEWS