]> 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:20:07 +0000 (04:20 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Thu, 11 Dec 2008 04:20:07 +0000 (04:20 +0000)
commit708d58179d164087c039ff0548b36d67930df48b
tree0fe197c469108cbf36d05fec4b60438b1d74df0e
parent10b24e87e5e5f0ac421ab91fe993baf6b6e319c7
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