diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-17 12:31:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-17 12:31:59 (GMT) |
commit | 87bbf257ef6e8d1e5876776094db609702ee468a (patch) | |
tree | e14628efdf2032a43d18a68a4aa63c31abc272bd /Misc | |
parent | 97f17ff8405e1b6741ff1b1412befd0190896ae7 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() |