bpo-33974: Fix passing special characters to ttk widgets. by serhiy-storchaka · Pull Request #7986 · python/cpython (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation5 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

serhiy-storchaka

@serhiy-storchaka

Fix passing lists and tuples of strings containing special characters '"', '\', '{', '}' and '\n' as options to tkinter.ttk widgets.

@miss-islington

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒⛏🤖

@bedevere-bot

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 30, 2018

@serhiy-storchaka @miss-islington

)

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

@bedevere-bot

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 30, 2018

@serhiy-storchaka @miss-islington

)

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

@miss-islington

Sorry, @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 5bb5bbfca847524bab5f2368bdb48eedf5dba74f 2.7

miss-islington added a commit that referenced this pull request

Jun 30, 2018

@miss-islington @serhiy-storchaka

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

miss-islington added a commit that referenced this pull request

Jun 30, 2018

@miss-islington @serhiy-storchaka

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 added a commit to serhiy-storchaka/cpython that referenced this pull request

Jun 30, 2018

@serhiy-storchaka

…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

@bedevere-bot

serhiy-storchaka added a commit that referenced this pull request

Jun 30, 2018

@serhiy-storchaka

) (GH-8021)

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

Labels

type-bug

An unexpected behavior, bug, or error