diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2008-09-04 11:21:31 (GMT) |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2008-09-04 11:21:31 (GMT) |
commit | b212b75c226482ea119140d908e808fd9e75c46c (patch) | |
tree | d61f28ef09dac30d968abbb4b6199e8aa49bda55 /Misc | |
parent | c96cba047ba8a2652b50dfb932ccda4597a68876 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |