From: Serhiy Storchaka Date: Tue, 15 Jan 2013 15:59:53 +0000 (+0200) Subject: Issue #15861: tkinter now correctly works with lists and tuples containing X-Git-Tag: v3.4.0a1~1600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb3c6286a666d1ff16ed58c30a54498f1b152e22;p=python Issue #15861: tkinter now correctly works with lists and tuples containing strings with whitespaces, backslashes or unbalanced braces. --- fb3c6286a666d1ff16ed58c30a54498f1b152e22 diff --cc Misc/NEWS index 51c9886fcd,16256fe9fa..bf1c2cad72 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -220,6 -150,11 +220,9 @@@ Core and Builtin 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 4 GiB.