diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-15 15:56:08 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-15 15:56:08 (GMT) |
commit | b1396523660ac74435976fcaa2d490f3124c6add (patch) | |
tree | b4b656fb2591d32347a75592cedeba9b392cbd1e /Misc | |
parent | 44763dd7a709415b665090b5c5b0d3affeeef651 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |