]> granicus.if.org Git - python/commit
Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FLOOR...
authorMark Dickinson <mdickinson@enthought.com>
Sat, 12 Mar 2011 11:05:32 +0000 (11:05 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 12 Mar 2011 11:05:32 +0000 (11:05 +0000)
commit2c8c62e64d3c8438f13774d275755ad77a516ad6
tree64326985d9d97be86572fb22e54331ddf7d93edb
parentd4f016fb514d089d931b2dbca0bfa4e02cbab878
Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FLOOR rounding mode.
Lib/decimal.py
Lib/test/decimaltestdata/extra.decTest
Misc/NEWS