]> granicus.if.org Git - python/commit
bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914)
authorcsabella <cheryl.sabella@gmail.com>
Fri, 28 Jul 2017 18:40:59 +0000 (14:40 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 28 Jul 2017 18:40:59 +0000 (14:40 -0400)
commit5b59154c0d3d91c0766b9177f6b737b1abcbf3f6
treed154565c17413dafc36bbbb14cd42727b0a30950
parent6fcb69dad579cc9a7dc15eabead43b6c37464f8c
bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914)

Instance tracers manages pairs consisting of a tk variable and a
callback function.  When tracing is turned on, setting the variable
calls the function.  Test coverage for the new class is 100%.
Lib/idlelib/configdialog.py
Misc/NEWS.d/next/IDLE/2017-07-27-10-01-14.bpo-30853.enPvvc.rst [new file with mode: 0644]