Skip to content

[2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)#8021

Merged
serhiy-storchaka merged 1 commit intopython:2.7from
serhiy-storchaka:backport-5bb5bbf-2.7
Jun 30, 2018
Merged

[2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)#8021
serhiy-storchaka merged 1 commit intopython:2.7from
serhiy-storchaka:backport-5bb5bbf-2.7

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented Jun 30, 2018

Fix passing lists and tuples of strings containing special characters
'"', '\', '{', '}' and '\n' as options to tkinter.ttk widgets.
(cherry picked from commit 5bb5bbf)

https://bugs.python.org/issue33974

…onGH-7986)

Fix passing lists and tuples of strings containing special characters
'"', '\\', '{', '}' and '\n' as options to tkinter.ttk widgets..
(cherry picked from commit 5bb5bbf)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka added the type-bug An unexpected behavior, bug, or error label Jun 30, 2018
@serhiy-storchaka serhiy-storchaka merged commit 9b84cc8 into python:2.7 Jun 30, 2018
@serhiy-storchaka serhiy-storchaka deleted the backport-5bb5bbf-2.7 branch June 30, 2018 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants