diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2017-09-12 13:05:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 13:05:16 (GMT) |
commit | 98758bc67fb39b74bab368bef8ff3b34554c77c8 (patch) | |
tree | 6af6791b22c52383a4c07f6dd6ba7c374cddb038 /Misc | |
parent | adb4cd2a2a59019ac6955e0fd531c9fec9258962 (diff) | |
download | cpython-98758bc67fb39b74bab368bef8ff3b34554c77c8.zip cpython-98758bc67fb39b74bab368bef8ff3b34554c77c8.tar.gz cpython-98758bc67fb39b74bab368bef8ff3b34554c77c8.tar.bz2 |
bpo-31421: Document how IDLE runs tkinter programs. (#3513)
IDLE calls tcl/tk update in the background in order to make live
interaction and experimentatin with tkinter applications much easier.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-09-12-08-38-27.bpo-31421.mYfQNq.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-09-12-08-38-27.bpo-31421.mYfQNq.rst b/Misc/NEWS.d/next/IDLE/2017-09-12-08-38-27.bpo-31421.mYfQNq.rst new file mode 100644 index 0000000..f3e4ab2 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-09-12-08-38-27.bpo-31421.mYfQNq.rst @@ -0,0 +1,4 @@ +Document how IDLE runs tkinter programs. IDLE calls tcl/tk update in the +background in order to make live + +interaction and experimentatin with tkinter applications much easier. |