]> granicus.if.org Git - python/commit
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 Jun 2018 06:20:28 +0000 (09:20 +0300)
committerGitHub <noreply@github.com>
Sat, 30 Jun 2018 06:20:28 +0000 (09:20 +0300)
commit5bb5bbfca847524bab5f2368bdb48eedf5dba74f
tree7f7ba4d92c8cde6f61152b7168bb61afb41b7077
parentf874bd1f0630644f3e3faaa2d51e6749465c70bd
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)

Fix passing lists and tuples of strings containing special characters
'"', '\\', '{', '}' and '\n' as options to tkinter.ttk widgets.
Lib/test/test_tcl.py
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2018-06-28-14-56-44.bpo-33974.SA8nNP.rst [new file with mode: 0644]