diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2011-03-12 11:12:52 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2011-03-12 11:12:52 (GMT) |
commit | 37a79fb75b8f6d1833caee16c777d07b9338938f (patch) | |
tree | 5cb83acd730e2ac26c763ecf5d1928af5da172fc /Misc | |
parent | abd4a0556142e971c22d23243bacd3f0ad6d2299 (diff) | |
download | cpython-37a79fb75b8f6d1833caee16c777d07b9338938f.zip cpython-37a79fb75b8f6d1833caee16c777d07b9338938f.tar.gz cpython-37a79fb75b8f6d1833caee16c777d07b9338938f.tar.bz2 |
Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ Core and Builtins Library ------- +- Issue #11131: Fix sign of zero in decimal.Decimal plus and minus + operations when the rounding mode is ROUND_FLOOR. + - Issue #5622: Fix curses.wrapper to raise correct exception if curses initialization fails. |