]> granicus.if.org Git - python/commit
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 30 Jun 2018 06:43:22 +0000 (23:43 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Jun 2018 06:43:22 +0000 (23:43 -0700)
commitb2e88fcf63515f8a66759a6fdc75d08a0a440901
tree32a6ec7c1bc7e9667809419347faf591f0913732
parentd6a283b37b66ecd2d0ff43602ddc8e91b54a51c5
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.
(cherry picked from commit 5bb5bbfca847524bab5f2368bdb48eedf5dba74f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]