diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-15 15:59:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-15 15:59:53 (GMT) |
commit | fb3c6286a666d1ff16ed58c30a54498f1b152e22 (patch) | |
tree | 714e1ec3e4ffaed3768e45d0f028ef1a4466fa89 /Misc | |
parent | a6b9e3bf4e8e407917ce155688ce9feec3d3b905 (diff) | |
parent | 1e2b7ee3e8b7040228e05c7ed38937bf6390c9b7 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |