summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-20 13:33:03 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-10-20 13:33:03 (GMT)
commita7a52ab7ee58be0afca3a7763fffc928dcf5459d (patch)
tree1d68a09ae7bb1ffd1305a2942f3a323d125da92e /Misc/NEWS
parente047d7953f0ff940bcd10737204a44f42929dc82 (diff)
downloadcpython-a7a52ab7ee58be0afca3a7763fffc928dcf5459d.zip
cpython-a7a52ab7ee58be0afca3a7763fffc928dcf5459d.tar.gz
cpython-a7a52ab7ee58be0afca3a7763fffc928dcf5459d.tar.bz2
Issue #7099: Decimal.is_normal should return True for all nonzero
finite non-subnormal values, even those with exponent > Emax.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c2cb9aa..d291f1d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -414,6 +414,9 @@ Core and Builtins
Library
-------
+- Issue #7099: Decimal.is_normal now returns True for numbers with exponent
+ larger than emax.
+
- Issue #5833: Fix extra space character in readline completion with the
GNU readline library version 6.0.