summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-03-13 21:32:29 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-03-13 21:32:29 (GMT)
commiteb945a938dd4784c30f549b0d7224c45b32ce356 (patch)
tree6cd2edd689b52679d3bc000de0923fd2a0d3ef01 /Misc
parent7ca97d5208e37690f43045d5f89098f42d88fd0f (diff)
downloadcpython-eb945a938dd4784c30f549b0d7224c45b32ce356.zip
cpython-eb945a938dd4784c30f549b0d7224c45b32ce356.tar.gz
cpython-eb945a938dd4784c30f549b0d7224c45b32ce356.tar.bz2
Issue #5219: Prevent event handler cascade in IDLE.
Patch by Roger Serwy.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 295a425..eea3a17 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Core and Builtins
Library
-------
+- Issue #5219: Prevent event handler cascade in IDLE.
+
- Issue #14184: Increase the default stack size for secondary threads on
Mac OS X to avoid interpreter crashes when using threads on 10.7.