diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2011-03-12 11:18:46 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2011-03-12 11:18:46 (GMT) |
commit | e8eabe7b16bcee4000ceb5b801cf4dc807cb4b80 (patch) | |
tree | e115be5605b6eb56c98c5377c085388733bfcbf3 /Misc | |
parent | dcdbfec87f202a70328f8616a571060f0db2787c (diff) | |
parent | a7f0dffb8d690ea00bbe99098be5a601835ec267 (diff) | |
download | cpython-e8eabe7b16bcee4000ceb5b801cf4dc807cb4b80.zip cpython-e8eabe7b16bcee4000ceb5b801cf4dc807cb4b80.tar.gz cpython-e8eabe7b16bcee4000ceb5b801cf4dc807cb4b80.tar.bz2 |
Merge #11131
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |