]> granicus.if.org Git - python/commit
Merged revisions 75561 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Tue, 27 Oct 2009 18:27:53 +0000 (18:27 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 27 Oct 2009 18:27:53 +0000 (18:27 +0000)
commit20a7cfcaa186c9acbbda0b53532b708c6d12aa4e
treed3461f5c8443d9082c5e5906d59d02d95411597e
parentf3a0ff61e0f9eadd46e86689d01ae82509a0b425
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.
........
Lib/decimal.py
Lib/test/decimaltestdata/extra.decTest
Misc/NEWS