]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-89360: Fix ValueError in IDLE MultiCall event_delete (GH-152738) (#152802)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jul 2026 16:49:12 +0000 (18:49 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 16:49:12 +0000 (16:49 +0000)
commitc2d275202830651e91c779c66213bd5ed4610144
tree15471f3151e4d7d138433d6ce93b95bb36d34441
parent5de11c6eba3147ddc68e8e7000d05c03fa12f852
[3.15] gh-89360: Fix ValueError in IDLE MultiCall event_delete (GH-152738) (#152802)

gh-89360: Fix ValueError in IDLE MultiCall event_delete (GH-152738)

Deleting a key binding for a sequence not bound to the virtual event no
longer raises a ValueError; the discrepancy is now ignored.
(cherry picked from commit ea7619faeacf310ba1b2ef41ad07966ce2aae11f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]