commit | ee381a0c36e8d67dd4203928be8b4b393f2d9dc8 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 13 14:18:36 2012 -0700 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 13 14:18:36 2012 -0700 |
tree | eab0af0b938ec5c0c4d29d9a4f70baeea1e8415d | |
parent | df50cebbed06731512543de7fb96137ecb453ab2 [diff] [blame] |
Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy.
diff --git a/Misc/NEWS b/Misc/NEWS index 6d51cba..88e5e84 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Library ------- +- Issue #5219: Prevent event handler cascade in IDLE. + - Issue #3835: Refuse to use unthreaded Tcl in threaded Python. - Issue #2843: Add new Tk API to Tkinter.