]> granicus.if.org Git - python/commitdiff
Change NEWS entry to make it somewhat intelligible.
authorStefan Krah <skrah@bytereef.org>
Wed, 16 Jan 2013 12:40:57 +0000 (13:40 +0100)
committerStefan Krah <skrah@bytereef.org>
Wed, 16 Jan 2013 12:40:57 +0000 (13:40 +0100)
Misc/NEWS

index 514b67004adcce1092323532b88d4f0171dc7705..11fa1f351d71fbbf2ed437bbe3e4a1d30a9e5a36 100644 (file)
--- 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.