commit | 20a7cfcaa186c9acbbda0b53532b708c6d12aa4e | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue Oct 27 18:27:53 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue Oct 27 18:27:53 2009 +0000 |
tree | d3461f5c8443d9082c5e5906d59d02d95411597e | |
parent | f3a0ff61e0f9eadd46e86689d01ae82509a0b425 [diff] |
Merged revisions 75561 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75561 | mark.dickinson | 2009-10-20 14:33:03 +0100 (Tue, 20 Oct 2009) | 3 lines Issue #7099: Decimal.is_normal should return True for all nonzero finite non-subnormal values, even those with exponent > Emax. ........