summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2013-01-16 12:41:38 (GMT)
committerStefan Krah <skrah@bytereef.org>2013-01-16 12:41:38 (GMT)
commit024e286d8faa254e13cca2fd07f8ccb6d2e2212b (patch)
tree0ebe895def4a2e3185c6a8102bea0003f6b6419f /Misc
parent6d554b04286604c0ff935067314ff2da6588105a (diff)
parentbe0d70751c85b1d59d8e8f15edb950244b0c8979 (diff)
downloadcpython-024e286d8faa254e13cca2fd07f8ccb6d2e2212b.zip
cpython-024e286d8faa254e13cca2fd07f8ccb6d2e2212b.tar.gz
cpython-024e286d8faa254e13cca2fd07f8ccb6d2e2212b.tar.bz2
Merge 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d9a12f7..42d8161 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -220,8 +220,8 @@ Core and Builtins
Library
-------
-- Issue #16422: Use strings for rounding mode constants for better readability
- and pickling compatibility.
+- Issue #16422: For compatibility with the Python version, the C version of
+ decimal now uses strings instead of integers for rounding mode constants.
- Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.