commit | 42ea5226642c2a416b32278914fa4738093298ff | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jun 29 23:42:57 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 29 23:42:57 2018 -0700 |
tree | c119060320ac923514407b4754ec1b5a69d92ed7 | |
parent | c919252a28f4e9dd326dc2c703b4eee6e247be83 [diff] |
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>