From 7281922795fc83683036ec02198dc7925985c381 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 3 Jun 2018 10:50:12 +0300 Subject: [PATCH] https://github.com/python/cpython/pull/7287#discussion_r192545996 --- Doc/library/tkinter.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 2cc48d5c8e8406..bae42ca6f4cdfc 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -49,9 +49,7 @@ Tk Tcl commands (implemented in C) to create and manipulate GUI widgets. Each :class:`Tk` object embeds its own Tcl interpreter instance with Tk loaded into it. Tk's widgets are very customizable, though at the cost of a dated appearance. - Tk uses Tcl's event queue to generate and process GUI events. Note - that unlike some GUI libraries, each interpreter uses only a single thread, - which has implications for :mod:`tkinter` users (see `Threading model`_). + Tk uses Tcl's event queue to generate and process GUI events. Ttk Themed Tk (Ttk) is a newer family of Tk widgets that provide a much better