Merge 3.3.

This commit is contained in:
Stefan Krah 2013-01-16 13:41:38 +01:00
commit 024e286d8f
1 changed files with 2 additions and 2 deletions

View File

@ -220,8 +220,8 @@ Core and Builtins
Library Library
------- -------
- Issue #16422: Use strings for rounding mode constants for better readability - Issue #16422: For compatibility with the Python version, the C version of
and pickling compatibility. decimal now uses strings instead of integers for rounding mode constants.
- Issue #15861: tkinter now correctly works with lists and tuples containing - Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces. strings with whitespaces, backslashes or unbalanced braces.