From: Stefan Krah Date: Wed, 16 Jan 2013 12:40:57 +0000 (+0100) Subject: Change NEWS entry to make it somewhat intelligible. X-Git-Tag: v3.3.1rc1~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be0d70751c85b1d59d8e8f15edb950244b0c8979;p=python Change NEWS entry to make it somewhat intelligible. --- diff --git a/Misc/NEWS b/Misc/NEWS index 514b67004a..11fa1f351d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -150,8 +150,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.