Skip to content

Commit

Permalink
Merge pull request python#5 from native-api/roseman_5
Browse files Browse the repository at this point in the history
  • Loading branch information
roseman authored Jun 3, 2018
2 parents 89364bb + f91ff5d commit fbf276f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Doc/library/tkinter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ Tcl
interface to the Tk toolkit. The Tcl library has a C interface to
create and manage one or more instances of a Tcl interpreter, run Tcl
commands and scripts in those instances, and add custom commands
implemented in either Tcl or C. Tcl provides for an event queue, used
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.
Unlike Python, Tcl's execution model is designed around cooperative
multitasking, and Tkinter bridges this difference
(see `Threading model`_ for details).

Tk
Tk is a module that can be loaded into a Tcl interpreter instance. It adds
Expand Down

0 comments on commit fbf276f

Please sign in to comment.