Issue #7048: logb should round its result when that result doesn't fit
commitf322cf9e269fafe3d7883cc33f2bca0376c52ff2
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 7 Oct 2009 19:22:05 +0000 (7 19:22 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 7 Oct 2009 19:22:05 +0000 (7 19:22 +0000)
tree3254f1fb746c4071d2240b3cb2eb96c4b5713dae
parent4c3b0ef35e1da85205766ff30438f094ba2daacc
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.)

git-svn-id: http://svn.python.org/projects/python/trunk@75275 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/decimal.py
Misc/NEWS