Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid"#113955

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

Already on GitHub?Sign in to your account

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commentedJan 11, 2024
edited by bedevere-appbot
Loading

Previously, "tag_unbind(tag, sequence, funcid)" methods of Text and Canvas widgets destroyed the current binding for "sequence", leaving "sequence" unbound, and deleted the "funcid" command.

Now they remove only "funcid" from the binding for "sequence", keeping other commands, and delete the "funcid" command.
They leave "sequence" unbound only if "funcid" was the last bound command.

…y unbinds "funcid"Previously, "tag_unbind(tag, sequence, funcid)" methods of Text andCanvas widgets destroyed the current binding for "sequence", leaving"sequence" unbound, and deleted the "funcid" command.Now they remove only "funcid" from the binding for "sequence", keepingother commands, and delete the "funcid" command.They leave "sequence" unbound only if "funcid" was the last bound command.
@miss-islington-app
Copy link

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

@serhiy-storchakaserhiy-storchaka deleted the tkinter-tag_unbind-funcid branchFebruary 4, 2024 15:49
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestFeb 4, 2024
…y unbinds "funcid" (pythonGH-113955)Previously, "tag_unbind(tag, sequence, funcid)" methods of Text andCanvas widgets destroyed the current binding for "sequence", leaving"sequence" unbound, and deleted the "funcid" command.Now they remove only "funcid" from the binding for "sequence", keepingother commands, and delete the "funcid" command.They leave "sequence" unbound only if "funcid" was the last bound command.(cherry picked from commit7e42fdd)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app
Copy link

GH-114997 is a backport of this pull request to the3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestFeb 4, 2024
…y unbinds "funcid" (pythonGH-113955)Previously, "tag_unbind(tag, sequence, funcid)" methods of Text andCanvas widgets destroyed the current binding for "sequence", leaving"sequence" unbound, and deleted the "funcid" command.Now they remove only "funcid" from the binding for "sequence", keepingother commands, and delete the "funcid" command.They leave "sequence" unbound only if "funcid" was the last bound command.(cherry picked from commit7e42fdd)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelFeb 4, 2024
@bedevere-app
Copy link

GH-114998 is a backport of this pull request to the3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11only security fixes labelFeb 4, 2024
serhiy-storchaka added a commit that referenced this pull requestFeb 4, 2024
…ly unbinds "funcid" (GH-113955) (GH-114997)Previously, "tag_unbind(tag, sequence, funcid)" methods of Text andCanvas widgets destroyed the current binding for "sequence", leaving"sequence" unbound, and deleted the "funcid" command.Now they remove only "funcid" from the binding for "sequence", keepingother commands, and delete the "funcid" command.They leave "sequence" unbound only if "funcid" was the last bound command.(cherry picked from commit7e42fdd)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit that referenced this pull requestFeb 4, 2024
…ly unbinds "funcid" (GH-113955) (GH-114998)Previously, "tag_unbind(tag, sequence, funcid)" methods of Text andCanvas widgets destroyed the current binding for "sequence", leaving"sequence" unbound, and deleted the "funcid" command.Now they remove only "funcid" from the binding for "sequence", keepingother commands, and delete the "funcid" command.They leave "sequence" unbound only if "funcid" was the last bound command.(cherry picked from commit7e42fdd)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
…y unbinds "funcid" (pythonGH-113955)Previously, "tag_unbind(tag, sequence, funcid)" methods of Text andCanvas widgets destroyed the current binding for "sequence", leaving"sequence" unbound, and deleted the "funcid" command.Now they remove only "funcid" from the binding for "sequence", keepingother commands, and delete the "funcid" command.They leave "sequence" unbound only if "funcid" was the last bound command.
fsc-eriker pushed a commit to fsc-eriker/cpython that referenced this pull requestFeb 14, 2024
…y unbinds "funcid" (pythonGH-113955)Previously, "tag_unbind(tag, sequence, funcid)" methods of Text andCanvas widgets destroyed the current binding for "sequence", leaving"sequence" unbound, and deleted the "funcid" command.Now they remove only "funcid" from the binding for "sequence", keepingother commands, and delete the "funcid" command.They leave "sequence" unbound only if "funcid" was the last bound command.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@terryjreedyterryjreedyAwaiting requested review from terryjreedy

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@serhiy-storchaka

[8]ページ先頭

©2009-2025 Movatter.jp