-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-33974: Fix passing special characters to ttk widgets. #7986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-33974: Fix passing special characters to ttk widgets. #7986
Conversation
Fix passing lists and tuples of strings containing special characters '"', '\\', '{', '}' and '\n' as options to tkinter.ttk widgets.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
GH-8018 is a backport of this pull request to the 3.7 branch. |
) 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 <[email protected]>
GH-8019 is a backport of this pull request to the 3.6 branch. |
) 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 <[email protected]>
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
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 <[email protected]>
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 <[email protected]>
…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 <[email protected]>
GH-8021 is a backport of this pull request to the 2.7 branch. |
Fix passing lists and tuples of strings containing special characters
'"', '\', '{', '}' and '\n' as options to tkinter.ttk widgets.
https://bugs.python.org/issue33974