]> granicus.if.org Git - python/commit
bpo-31493: Fix code context update and font update timers. (#3622)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 17 Sep 2017 04:56:56 +0000 (00:56 -0400)
committerGitHub <noreply@github.com>
Sun, 17 Sep 2017 04:56:56 +0000 (00:56 -0400)
commita6bb313c70f8619e6dc4af5cef7d73fa3bbd59ca
treeaeb4c955675b76c7f696772a6a8a3c708d3648fb
parentf3618970690b08ed88e430ba8017859b4fafc3f9
bpo-31493: Fix code context update and font update timers. (#3622)

Canceling timers prevents a warning message when test_idle completes.
(This is the minimum fix needed before upcoming releases.)
Lib/idlelib/codecontext.py
Misc/NEWS.d/next/IDLE/2017-09-16-23-43-39.bpo-31493.nmHMCR.rst [new file with mode: 0644]