]> granicus.if.org Git - python/commit
Issue #7099: Decimal.is_normal should return True for all nonzero
authorMark Dickinson <dickinsm@gmail.com>
Tue, 20 Oct 2009 13:33:03 +0000 (13:33 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 20 Oct 2009 13:33:03 +0000 (13:33 +0000)
commita7a52ab7ee58be0afca3a7763fffc928dcf5459d
tree1d68a09ae7bb1ffd1305a2942f3a323d125da92e
parente047d7953f0ff940bcd10737204a44f42929dc82
Issue #7099: Decimal.is_normal should return True for all nonzero
finite non-subnormal values, even those with exponent > Emax.
Lib/decimal.py
Lib/test/decimaltestdata/extra.decTest
Misc/NEWS