This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE - make ScriptBinding event handlers return 'break'
Type: behavior Stage:
Components: IDLE Versions: Python 2.6, Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, taleinat
Priority: normal Keywords: patch

Created on 2008-02-08 12:45 by taleinat, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
IDLE_ScriptBinding.080208.patch taleinat, 2008-02-08 12:45 initial patch
Messages (2)
msg62196 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2008-02-08 12:45
Event handlers in ScriptBinding.py were not returning 'break', although
they should have been.
msg62443 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2008-02-15 21:57
r60843. Thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46326
2008-02-15 21:57:13kbksetstatus: open -> closed
resolution: accepted
messages: + msg62443
2008-02-08 18:56:56christian.heimessetpriority: normal
assignee: kbk
keywords: + patch
2008-02-08 12:45:45taleinatcreate