]> granicus.if.org Git - python/commit
Issue #15861: tkinter now correctly works with lists and tuples containing
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2013 15:59:53 +0000 (17:59 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2013 15:59:53 +0000 (17:59 +0200)
commitfb3c6286a666d1ff16ed58c30a54498f1b152e22
tree714e1ec3e4ffaed3768e45d0f028ef1a4466fa89
parenta6b9e3bf4e8e407917ce155688ce9feec3d3b905
parent1e2b7ee3e8b7040228e05c7ed38937bf6390c9b7
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
Lib/tkinter/__init__.py
Misc/NEWS