summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-08-17 12:31:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-08-17 12:31:59 (GMT)
commit87bbf257ef6e8d1e5876776094db609702ee468a (patch)
treee14628efdf2032a43d18a68a4aa63c31abc272bd /Misc
parent97f17ff8405e1b6741ff1b1412befd0190896ae7 (diff)
downloadcpython-87bbf257ef6e8d1e5876776094db609702ee468a.zip
cpython-87bbf257ef6e8d1e5876776094db609702ee468a.tar.gz
cpython-87bbf257ef6e8d1e5876776094db609702ee468a.tar.bz2
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
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 15f2b82..58d23dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Core and Builtins
Library
-------
+- Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
+
- Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
- Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()