Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fbf276f

Browse filesBrowse files
authored
Merge pull request python#5 from native-api/roseman_5
python#7287 (comment)
2 parents 89364bb + f91ff5d commit fbf276f
Copy full SHA for fbf276f

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed

‎Doc/library/tkinter.rst

Copy file name to clipboardExpand all lines: Doc/library/tkinter.rst
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ Tcl
4545
interface to the Tk toolkit. The Tcl library has a C interface to
4646
create and manage one or more instances of a Tcl interpreter, run Tcl
4747
commands and scripts in those instances, and add custom commands
48-
implemented in either Tcl or C. Tcl provides for an event queue, used
49-
for I/O, timers, and by modules.
48+
implemented in either Tcl or C. Each interpreter has an event queue,
49+
and there are facilities to send events to it and process them.
50+
Unlike Python, Tcl's execution model is designed around cooperative
51+
multitasking, and Tkinter bridges this difference
52+
(see `Threading model`_ for details).
5053

5154
Tk
5255
Tk is a module that can be loaded into a Tcl interpreter instance. It adds

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.