From: Mark Dickinson Date: Thu, 11 Dec 2008 09:22:25 +0000 (+0000) Subject: Blocked revisions 67694 via svnmerge X-Git-Tag: v3.1a1~715 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b99d1cde075ca538a56da5c6a96a9382bbe492d2;p=python Blocked revisions 67694 via svnmerge ........ r67694 | facundo.batista | 2008-12-11 04:19:46 +0000 (Thu, 11 Dec 2008) | 6 lines 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. ........ ---