]> granicus.if.org Git - python/commit
[3.6] bpo-30853: IDLE: Convert font and general vars to use VarTrace (GH-2914) (...
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 28 Jul 2017 19:42:43 +0000 (15:42 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 19:42:43 +0000 (15:42 -0400)
commit02f88d2a411a6a789b33be281adfc3570c49efd5
treef87e4664801a5085b8c9eb6054532d30dbebed5d
parent2cbb6733bfe54e87622a6372f83b73bddf3c4078
[3.6] bpo-30853: IDLE: Convert font and general vars to use VarTrace (GH-2914) (#2935)

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%.
(cherry picked from commit 5b59154)
Lib/idlelib/configdialog.py
Misc/NEWS.d/next/IDLE/2017-07-27-10-01-14.bpo-30853.enPvvc.rst [new file with mode: 0644]