[Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
python-checkins at python.org
Wed Jan 16 13:43:07 CET 2013
http://hg.python.org/cpython/rev/7fd1830d0acd
changeset: 81541:7fd1830d0acd
parent: 81539:f1cba54fcc84
parent: 81540:6bfa2cf27b0b
user: Stefan Krah <skrah at bytereef.org>
date: Wed Jan 16 13:41:38 2013 +0100
summary:
Merge 3.3.
files:
Misc/NEWS | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -220,8 +220,8 @@
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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list