summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-03-12 11:18:46 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2011-03-12 11:18:46 (GMT)
commite8eabe7b16bcee4000ceb5b801cf4dc807cb4b80 (patch)
treee115be5605b6eb56c98c5377c085388733bfcbf3 /Misc
parentdcdbfec87f202a70328f8616a571060f0db2787c (diff)
parenta7f0dffb8d690ea00bbe99098be5a601835ec267 (diff)
downloadcpython-e8eabe7b16bcee4000ceb5b801cf4dc807cb4b80.zip
cpython-e8eabe7b16bcee4000ceb5b801cf4dc807cb4b80.tar.gz
cpython-e8eabe7b16bcee4000ceb5b801cf4dc807cb4b80.tar.bz2
Merge #11131
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 45a7240..3b42646 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,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 #9935: Speed up pickling of instances of user-defined classes.
- Issue #5622: Fix curses.wrapper to raise correct exception if curses