]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15861: tkinter now correctly works with lists and tuples containing
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2013 15:56:08 +0000 (17:56 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2013 15:56:08 +0000 (17:56 +0200)
commitb1396523660ac74435976fcaa2d490f3124c6add
treeb4b656fb2591d32347a75592cedeba9b392cbd1e
parent44763dd7a709415b665090b5c5b0d3affeeef651
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
Lib/tkinter/__init__.py
Lib/tkinter/test/test_ttk/test_functions.py
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/tkinter/ttk.py
Misc/NEWS