]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152393)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jun 2026 11:47:07 +0000 (13:47 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 11:47:07 +0000 (11:47 +0000)
commit01cab1119e40585a12096c1c82002749bd069985
treec4b4524e86a039cac62587ee5b0400e66b169f2d
parentd0a23186f050d2940898d3677946f775c85f8d6f
[3.15] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152393)

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