]> granicus.if.org Git - python/commit
[3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Sep 2017 13:44:59 +0000 (06:44 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 12 Sep 2017 13:44:59 +0000 (09:44 -0400)
commit4d7807ab9ad9f990e948d250bbb390b23a790764
treedfa51093076d6e0dcf261011c26f13f258f03203
parent01dcaa5c996baf019656cf51451bb1b6ecd720fa
[3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)

IDLE calls tcl/tk update in the background in order to make live
interaction and experimentatin with tkinter applications much easier.
(cherry picked from commit 98758bc67fb39b74bab368bef8ff3b34554c77c8)
Doc/library/idle.rst
Lib/idlelib/help.html
Misc/NEWS.d/next/IDLE/2017-09-12-08-38-27.bpo-31421.mYfQNq.rst [new file with mode: 0644]