]> 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:42:57 +0000 (23:42 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Jun 2018 06:42:57 +0000 (23:42 -0700)
commit42ea5226642c2a416b32278914fa4738093298ff
treec119060320ac923514407b4754ec1b5a69d92ed7
parentc919252a28f4e9dd326dc2c703b4eee6e247be83
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]