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 61c23d2 commit 0961c38Copy full SHA for 0961c38
Doc/library/tkinter.rst
@@ -41,8 +41,10 @@ Tcl
41
interface to the Tk toolkit. The Tcl library has a C interface to
42
create and manage one or more instances of a Tcl interpreter, run Tcl
43
commands and scripts in those instances, and add custom commands
44
- implemented in either Tcl or C. Tcl provides for an event queue, used
45
- for I/O, timers, and by modules.
+ implemented in either Tcl or C. Each interpreter has an event queue,
+ 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).
48
49
Tk
50
Tk is a module that can be loaded into a Tcl interpreter instance. It adds
0 commit comments