Skip to content

[3.13] gh-151678: Add tests for tkinter.Listbox (GH-151686)#151714

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

[3.13] gh-151678: Add tests for tkinter.Listbox (GH-151686)#151714
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-cf3b3c1-3.13

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

Cover previously-untested Listbox methods in ListboxTest: size, delete,
index resolution, nearest, see, activate, and the selection methods
(selection_set/clear/includes/anchor and their select_* aliases),
including the errors raised for invalid indices.
(cherry picked from commit cf3b3c1)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com

Cover previously-untested Listbox methods in ListboxTest: size, delete,
index resolution, nearest, see, activate, and the selection methods
(selection_set/clear/includes/anchor and their select_* aliases),
including the errors raised for invalid indices.
(cherry picked from commit cf3b3c1)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@serhiy-storchaka serhiy-storchaka merged commit 6e356cc into python:3.13 Jun 19, 2026
42 checks passed
@miss-islington miss-islington deleted the backport-cf3b3c1-3.13 branch June 19, 2026 09:27
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