commit | 9b84cc8771f52e9340ea5b676da9a15359c723b6 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Jun 30 13:34:56 2018 +0300 |
committer | GitHub <noreply@github.com> | Sat Jun 30 13:34:56 2018 +0300 |
tree | cfaddc9049f7ac21be46d5b4c996314afd426786 | |
parent | 0464de0f9a226cfa32b803e0326c12b2432aba26 [diff] |
[2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH-8021) Fix passing lists and tuples of strings containing special characters '"', '\\', '{', '}' and '\n' as options to tkinter.ttk widgets. (cherry picked from commit 5bb5bbfca847524bab5f2368bdb48eedf5dba74f)