summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-15 15:56:08 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-15 15:56:08 (GMT)
commitb1396523660ac74435976fcaa2d490f3124c6add (patch)
treeb4b656fb2591d32347a75592cedeba9b392cbd1e /Misc
parent44763dd7a709415b665090b5c5b0d3affeeef651 (diff)
downloadcpython-b1396523660ac74435976fcaa2d490f3124c6add.zip
cpython-b1396523660ac74435976fcaa2d490f3124c6add.tar.gz
cpython-b1396523660ac74435976fcaa2d490f3124c6add.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 45c0598..19a3e93 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,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