diff options
author | Stefan Krah <skrah@bytereef.org> | 2013-01-16 12:41:38 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2013-01-16 12:41:38 (GMT) |
commit | 024e286d8faa254e13cca2fd07f8ccb6d2e2212b (patch) | |
tree | 0ebe895def4a2e3185c6a8102bea0003f6b6419f /Misc | |
parent | 6d554b04286604c0ff935067314ff2da6588105a (diff) | |
parent | be0d70751c85b1d59d8e8f15edb950244b0c8979 (diff) | |
download | cpython-024e286d8faa254e13cca2fd07f8ccb6d2e2212b.zip cpython-024e286d8faa254e13cca2fd07f8ccb6d2e2212b.tar.gz cpython-024e286d8faa254e13cca2fd07f8ccb6d2e2212b.tar.bz2 |
Merge 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |