]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-89360: Fix ValueError in IDLE MultiCall event_delete (GH-152738) (#152803)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jul 2026 16:48:57 +0000 (18:48 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 16:48:57 +0000 (16:48 +0000)
commitca453240de18c116f1bed7511048f24efc97b671
treec8ff1cd48202fa68263b4feb9e3d925c5dfc1050
parent3d74565c82850fd490f623ee9a45b569d73dec2d
[3.14] gh-89360: Fix ValueError in IDLE MultiCall event_delete (GH-152738) (#152803)

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]