Issue #7099: Decimal.is_normal should return True for all nonzero
commit0eb0bf7e400d6856e3496cc869a0bd9afe2f600b
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 20 Oct 2009 13:33:03 +0000 (20 13:33 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 20 Oct 2009 13:33:03 +0000 (20 13:33 +0000)
tree9453f839d4140bb51ace3ff26057af63f2568fd9
parent4f63db3f4a9ca1d245894b5316c00c5988794b69
Issue #7099: Decimal.is_normal should return True for all nonzero
finite non-subnormal values, even those with exponent > Emax.

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