From: Mark Dickinson Date: Sat, 12 Mar 2011 11:18:46 +0000 (+0000) Subject: Merge #11131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8eabe7b16bcee4000ceb5b801cf4dc807cb4b80;p=python Merge #11131 --- e8eabe7b16bcee4000ceb5b801cf4dc807cb4b80 diff --cc Misc/NEWS index 45a724020b,8e953fefbf..3b426465f0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -62,8 -34,9 +62,11 @@@ Core and Builtin 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 initialization fails.