]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89360: Fix ValueError in IDLE MultiCall event_delete (#152738)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Jul 2026 16:22:03 +0000 (19:22 +0300)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 16:22:03 +0000 (12:22 -0400)
commitea7619faeacf310ba1b2ef41ad07966ce2aae11f
treeed82c46531c8bf3e03161882b48081095dec9347
parentef27e5b310feebb6068f9e798eee7069e1966fc9
gh-89360: Fix ValueError in IDLE MultiCall event_delete (#152738)

Deleting a key binding for a sequence not bound to the virtual event no
longer raises a ValueError; the discrepancy is now ignored.
Lib/idlelib/idle_test/test_multicall.py
Lib/idlelib/multicall.py
Misc/NEWS.d/next/IDLE/2026-07-01-14-00-00.gh-issue-89360.mUlTiC.rst [new file with mode: 0644]