commit | 7c62f89c1f3bfa0baa829080304e020f89ad795a | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Dec 11 09:17:40 2008 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Dec 11 09:17:40 2008 +0000 |
tree | 5e8bc9627e47ce080ba27f4e4f9d6f500f93153d | |
parent | 6961498040580af25d30e3ec8358d2674bd31f12 [diff] |
Merged revisions 67694 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........