]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152394)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jun 2026 11:46:08 +0000 (13:46 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 11:46:08 +0000 (11:46 +0000)
commit0f98c6671ae8f2f5b9b5d502e10316761cc681e1
tree9778bc694f54d100304cee73caeed68369ef8659
parentafefa88417fe64a15df533627c6cf6e2e975845a
[3.14] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152394)

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