]> granicus.if.org Git - python/commit
Issue #7048: logb should round its result when that result doesn't fit
authorMark Dickinson <dickinsm@gmail.com>
Wed, 7 Oct 2009 19:22:05 +0000 (19:22 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 7 Oct 2009 19:22:05 +0000 (19:22 +0000)
commit15ae41c2db8b0779a7f584c238a8e9efe6e370b3
treec91282c5b6dccdf1c686946c8fbab3b29476ee40
parent590ecf34ffcf3c09c3c26c075db44bae735e54a4
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