Skip to content

Commit 0961c38

Browse files
committed
https://github.com/python/cpython/pull/7287#discussion_r192545829
1 parent 61c23d2 commit 0961c38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/library/tkinter.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ Tcl
4141
interface to the Tk toolkit. The Tcl library has a C interface to
4242
create and manage one or more instances of a Tcl interpreter, run Tcl
4343
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.
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).
4648

4749
Tk
4850
Tk is a module that can be loaded into a Tcl interpreter instance. It adds

0 commit comments

Comments
 (0)