summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-28 10:56:20 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-28 10:56:20 (GMT)
commit780d5e08c45f7f1cf20bde38e0c98dc9e576eeb8 (patch)
treef04a9fbffc97a20721d6fbf659640cfa4085e628 /Misc
parent90b20675bd042a3262642232f9d3e133e56a130c (diff)
downloadcpython-780d5e08c45f7f1cf20bde38e0c98dc9e576eeb8.zip
cpython-780d5e08c45f7f1cf20bde38e0c98dc9e576eeb8.tar.gz
cpython-780d5e08c45f7f1cf20bde38e0c98dc9e576eeb8.tar.bz2
#10768: fix ScrolledText widget construction, and make the example work from the interactive shell.
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 46b6233..38709af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Core and Builtins
Library
-------
+- Issue #10768: Make the Tkinter ScrolledText widget work again.
+
- Issue #10777: Fix "dictionary changed size during iteration" bug in
ElementTree register_namespace().