summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-15 15:59:53 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-15 15:59:53 (GMT)
commitfb3c6286a666d1ff16ed58c30a54498f1b152e22 (patch)
tree714e1ec3e4ffaed3768e45d0f028ef1a4466fa89 /Misc
parenta6b9e3bf4e8e407917ce155688ce9feec3d3b905 (diff)
parent1e2b7ee3e8b7040228e05c7ed38937bf6390c9b7 (diff)
downloadcpython-fb3c6286a666d1ff16ed58c30a54498f1b152e22.zip
cpython-fb3c6286a666d1ff16ed58c30a54498f1b152e22.tar.gz
cpython-fb3c6286a666d1ff16ed58c30a54498f1b152e22.tar.bz2
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 51c9886..bf1c2ca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -220,6 +220,9 @@ Core and Builtins
Library
-------
+- Issue #15861: tkinter now correctly works with lists and tuples containing
+ strings with whitespaces, backslashes or unbalanced braces.
+
- Issue #9720: zipfile now writes correct local headers for files larger than
4 GiB.