summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-08-10 09:55:08 (GMT)
committerGitHub <noreply@github.com>2021-08-10 09:55:08 (GMT)
commit2e1fef541c4a0a227af7bf1b59bfbccd3fb1a45e (patch)
treedcc5f7fe489f3d0399f6fb5e10363e304db71433 /Doc
parente9ec71ad2c7a1c83f03e172ba7c9f534912b8ba6 (diff)
downloadcpython-2e1fef541c4a0a227af7bf1b59bfbccd3fb1a45e.zip
cpython-2e1fef541c4a0a227af7bf1b59bfbccd3fb1a45e.tar.gz
cpython-2e1fef541c4a0a227af7bf1b59bfbccd3fb1a45e.tar.bz2
bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)
It has not been true for several years and likely never was. (cherry picked from commit 6b37d0d5300813de31d66df1c77dad7e1027e4d8) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/tk.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/tk.rst b/Doc/library/tk.rst
index c6c73f0..691c9df 100644
--- a/Doc/library/tk.rst
+++ b/Doc/library/tk.rst
@@ -19,8 +19,7 @@ The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. To
use :mod:`tkinter`, you don't need to write Tcl code, but you will need to
consult the Tk documentation, and occasionally the Tcl documentation.
:mod:`tkinter` is a set of wrappers that implement the Tk widgets as Python
-classes. In addition, the internal module :mod:`_tkinter` provides a threadsafe
-mechanism which allows Python and Tcl to interact.
+classes.
:mod:`tkinter`'s chief virtues are that it is fast, and that it usually comes
bundled with Python. Although its standard documentation is weak, good