]> granicus.if.org Git - python/commit
[3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#3623)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 17 Sep 2017 06:01:53 +0000 (23:01 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 17 Sep 2017 06:01:53 +0000 (02:01 -0400)
commitb417332bf44af93c8acda4b7197181d4b62c16a4
treef9307c7106cf7624fb09bdc6ba9fe7bb4c8c99ea
parent46c1052404c1a6e4d35af8e96613db8a4be75b52
[3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#3623)

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