Skip to content

[3.13] gh-151678: Add tests for tkinter widget virtual events (GH-151793)#151807

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-e51b616-3.13
Jun 20, 2026
Merged

[3.13] gh-151678: Add tests for tkinter widget virtual events (GH-151793)#151807
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-e51b616-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Verify the virtual events that widgets emit in response to user
interaction, driven by generated events: <> (Listbox),
<> and <> (ttk Spinbox), and <>,
<> and <> (ttk Treeview).
(cherry picked from commit e51b616)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

…H-151793)

Verify the virtual events that widgets emit in response to user
interaction, driven by generated events: <<ListboxSelect>> (Listbox),
<<Increment>> and <<Decrement>> (ttk Spinbox), and <<TreeviewSelect>>,
<<TreeviewOpen>> and <<TreeviewClose>> (ttk Treeview).
(cherry picked from commit e51b616)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@serhiy-storchaka serhiy-storchaka merged commit 15f9e62 into python:3.13 Jun 20, 2026
42 checks passed
@miss-islington miss-islington deleted the backport-e51b616-3.13 branch June 20, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants