diff options
author | Stefan Krah <skrah@bytereef.org> | 2013-01-16 11:58:59 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2013-01-16 11:58:59 (GMT) |
commit | 59a4a93f43f2fa4f44b03ce0c1816eb2ae089fb9 (patch) | |
tree | 0d7a01f9fbd8e496282ba1df95872c97150209f5 /Misc | |
parent | 0ad344a8322a7c69b099e25c203d675a5ea3b60d (diff) | |
download | cpython-59a4a93f43f2fa4f44b03ce0c1816eb2ae089fb9.zip cpython-59a4a93f43f2fa4f44b03ce0c1816eb2ae089fb9.tar.gz cpython-59a4a93f43f2fa4f44b03ce0c1816eb2ae089fb9.tar.bz2 |
Issue #16422: Use strings for rounding mode constants for better readability
and pickling compatibility.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -150,6 +150,9 @@ Core and Builtins Library ------- +- Issue #16422: Use strings for rounding mode constants for better readability + and pickling compatibility. + - Issue #15861: tkinter now correctly works with lists and tuples containing strings with whitespaces, backslashes or unbalanced braces. |