summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-15 15:58:14 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-15 15:58:14 (GMT)
commit1e2b7ee3e8b7040228e05c7ed38937bf6390c9b7 (patch)
tree7a76229b267d3b5e9fb1c85a848d89e7a451d9c4 /Misc
parentd94c554f7ddf29acbec8918bd53d93999cfd08a5 (diff)
parentb1396523660ac74435976fcaa2d490f3124c6add (diff)
downloadcpython-1e2b7ee3e8b7040228e05c7ed38937bf6390c9b7.zip
cpython-1e2b7ee3e8b7040228e05c7ed38937bf6390c9b7.tar.gz
cpython-1e2b7ee3e8b7040228e05c7ed38937bf6390c9b7.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 c1ff58d..16256fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -150,6 +150,9 @@ Core and Builtins
Library
-------
+- Issue #15861: tkinter now correctly works with lists and tuples containing
+ strings with whitespaces, backslashes or unbalanced braces.
+
- Issue #10527: Use poll() instead of select() for multiprocessing pipes.
- Issue #9720: zipfile now writes correct local headers for files larger than