]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152392)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jun 2026 11:45:00 +0000 (13:45 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 11:45:00 +0000 (11:45 +0000)
commit1fc3853e8f5d34dfc531bc6a7efe5c0010078b93
tree75d65493f3b9a2630bafe8d914ef960291922e0a
parent4fc0820789f32145709a4b831e74440dcf30429f
[3.13] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152392)

Note in the Bindings and events section that every widget inherits Tk
class bindings for its standard behavior, where they are documented, and
how to suppress an unwanted one by returning "break" from a callback.
(cherry picked from commit 4fd69ef97a67fc935e0d4f30662f2a1985ba6be9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tkinter.rst