We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0961c38 commit f91ff5dCopy full SHA for f91ff5d
Doc/library/tkinter.rst
@@ -43,8 +43,9 @@ Tcl
43
commands and scripts in those instances, and add custom commands
44
implemented in either Tcl or C. Each interpreter has an event queue,
45
and there are facilities to send events to it and process them.
46
- Unlike Python, a Tcl interpreter instance only has one
47
- stream of execution (see `Threading model`_ for details).
+ Unlike Python, Tcl's execution model is designed around cooperative
+ multitasking, and Tkinter bridges this difference
48
+ (see `Threading model`_ for details).
49
50
Tk
51
Tk is a module that can be loaded into a Tcl interpreter instance. It adds
0 commit comments