commit | 2c8c62e64d3c8438f13774d275755ad77a516ad6 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Sat Mar 12 11:05:32 2011 +0000 |
committer | Mark Dickinson <mdickinson@enthought.com> | Sat Mar 12 11:05:32 2011 +0000 |
tree | 64326985d9d97be86572fb22e54331ddf7d93edb | |
parent | d4f016fb514d089d931b2dbca0bfa4e02cbab878 [diff] [blame] |
Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FLOOR rounding mode.
diff --git a/Misc/NEWS b/Misc/NEWS index c3117cb..54f23ba 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Library ------- +- Issue #11131: Fix sign of zero in plus and minus operations when + the context rounding mode is ROUND_FLOOR. + - Issue #5622: Fix curses.wrapper to raise correct exception if curses initialization fails.