summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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.