]> granicus.if.org Git - python/commit
Merged revisions 67694 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Thu, 11 Dec 2008 09:17:40 +0000 (09:17 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 11 Dec 2008 09:17:40 +0000 (09:17 +0000)
commit7c62f89c1f3bfa0baa829080304e020f89ad795a
tree5e8bc9627e47ce080ba27f4e4f9d6f500f93153d
parent6961498040580af25d30e3ec8358d2674bd31f12
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.
........
Lib/decimal.py
Lib/test/decimaltestdata/extra.decTest
Misc/NEWS