Skip to content

Commit e95fe44

Browse files
committed
bpo-33479: Remove unqualified tkinter threadsafe claim.
It has not been true for several years and likely never was. An explanation of what is true may be added later, after discussion, and possible after patching, but not before the coming 3.7.0rc1 release.
1 parent 654038d commit e95fe44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/tk.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. To
1919
use :mod:`tkinter`, you don't need to write Tcl code, but you will need to
2020
consult the Tk documentation, and occasionally the Tcl documentation.
2121
:mod:`tkinter` is a set of wrappers that implement the Tk widgets as Python
22-
classes. In addition, the internal module :mod:`_tkinter` provides a threadsafe
23-
mechanism which allows Python and Tcl to interact.
22+
classes.
2423

2524
:mod:`tkinter`'s chief virtues are that it is fast, and that it usually comes
2625
bundled with Python. Although its standard documentation is weak, good

0 commit comments

Comments
 (0)