From: Serhiy Storchaka Date: Sun, 17 Aug 2014 12:32:42 +0000 (+0300) Subject: Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. X-Git-Tag: v3.5.0a1~1056 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0879001f00430a7393ae84a1c6988ac88eb77437;p=python Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. --- 0879001f00430a7393ae84a1c6988ac88eb77437 diff --cc Misc/NEWS index 18137d03a7,58d23dda17..3f7f47884f --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -118,10 -27,10 +118,12 @@@ Core and Builtin Library ------- + - Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. + - Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. +- Issue #15381: Optimized line reading in io.BytesIO. + - Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() in the mailbox module.