]> granicus.if.org Git - python/commit
Merged revisions 75275 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Wed, 7 Oct 2009 19:23:50 +0000 (19:23 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 7 Oct 2009 19:23:50 +0000 (19:23 +0000)
commit56df887b6c1c498af7b5decb3e069c111e4fb520
treeab57b720053014edeb2d8898464b58af540a61a4
parent7d52079395263fa7a9e8b82da86d0c595ad71859
Merged revisions 75275 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75275 | mark.dickinson | 2009-10-07 20:22:05 +0100 (Wed, 07 Oct 2009) | 6 lines

  Issue #7048: logb should round its result when that result doesn't fit
  into the available precision.  (Tests for this change are included in
  the most recent set of testcases from the Decimal Specification site;
  those testcases will be updated shortly.)
........
Lib/decimal.py
Misc/NEWS