summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2008-09-04 11:21:31 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2008-09-04 11:21:31 (GMT)
commitb212b75c226482ea119140d908e808fd9e75c46c (patch)
treed61f28ef09dac30d968abbb4b6199e8aa49bda55 /Misc
parentc96cba047ba8a2652b50dfb932ccda4597a68876 (diff)
downloadcpython-b212b75c226482ea119140d908e808fd9e75c46c.zip
cpython-b212b75c226482ea119140d908e808fd9e75c46c.tar.gz
cpython-b212b75c226482ea119140d908e808fd9e75c46c.tar.bz2
Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and
tkinter.scrolledtext.ScrolledText. Reviewed by Amaury Forgeot d'Arc
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3e77aa2..9bd063b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,9 @@ C API
Library
-------
+- Issue #1658: tkinter changes dict size during iteration in both
+ tkinter.BaseWidget and tkinter.scrolledtext.ScrolledText.
+
- The bsddb module (and therefore the dbm.bsd module) has been removed.
It is now maintained outside of the standard library at
http://www.jcea.es/programacion/pybsddb.htm.