diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-07 19:22:05 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-07 19:22:05 (GMT) |
commit | 15ae41c2db8b0779a7f584c238a8e9efe6e370b3 (patch) | |
tree | c91282c5b6dccdf1c686946c8fbab3b29476ee40 /Misc | |
parent | 590ecf34ffcf3c09c3c26c075db44bae735e54a4 (diff) | |
download | cpython-15ae41c2db8b0779a7f584c238a8e9efe6e370b3.zip cpython-15ae41c2db8b0779a7f584c238a8e9efe6e370b3.tar.gz cpython-15ae41c2db8b0779a7f584c238a8e9efe6e370b3.tar.bz2 |
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.)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -398,6 +398,9 @@ Core and Builtins Library ------- +- Issue #7048: Force Decimal.logb to round its result when that result + is too large to fit in the current precision. + - Issue #6516: Added owner/group support when creating tar archives in Distutils. |