]> 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 16:01:21 +0000 (18:01 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2013 16:01:21 +0000 (18:01 +0200)
commite39ba04e22c619fe76ff12bd3f6eb5fc0d322416
tree416537e5b468c002f07be14e933b3ce97ee63f34
parentbdea5ec574bb456b4d8ca576cdd4752161f03497
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
Lib/lib-tk/Tkinter.py
Lib/lib-tk/test/test_ttk/test_functions.py
Lib/lib-tk/test/test_ttk/test_widgets.py
Lib/lib-tk/ttk.py
Misc/NEWS