]> 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:58:14 +0000 (17:58 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2013 15:58:14 +0000 (17:58 +0200)
commit1e2b7ee3e8b7040228e05c7ed38937bf6390c9b7
tree7a76229b267d3b5e9fb1c85a848d89e7a451d9c4
parentd94c554f7ddf29acbec8918bd53d93999cfd08a5
parentb1396523660ac74435976fcaa2d490f3124c6add
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
Lib/tkinter/__init__.py
Misc/NEWS