]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-70273: Document default class bindings in tkinter (GH-152389)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 27 Jun 2026 11:37:41 +0000 (14:37 +0300)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 11:37:41 +0000 (14:37 +0300)
commit4fd69ef97a67fc935e0d4f30662f2a1985ba6be9
treee853a4cfeed67fbf5d28d62a2ae250af5a7465dc
parentea7f64a65cb52b8b720cbf5d590c2cf89de8d407
gh-70273: Document default class bindings in tkinter (GH-152389)

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.

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