diff options
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. |