Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Aug 2014 12:31:59 +0000 (15:31 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Aug 2014 12:31:59 +0000 (15:31 +0300)
commit87bbf257ef6e8d1e5876776094db609702ee468a
treee14628efdf2032a43d18a68a4aa63c31abc272bd
parent97f17ff8405e1b6741ff1b1412befd0190896ae7
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
Lib/tkinter/__init__.py
Lib/tkinter/font.py
Misc/NEWS