]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835)
authorMark Roseman <mark@markroseman.com>
Sun, 22 Aug 2021 18:35:22 +0000 (11:35 -0700)
committerGitHub <noreply@github.com>
Sun, 22 Aug 2021 18:35:22 +0000 (20:35 +0200)
Doc/library/tkinter.rst

index 45bcab644798bb9e4f9084bf1d780443654ae0fe..c397956d7cf6232c207bfabbfee302f1ca9fca1c 100644 (file)
@@ -11,9 +11,8 @@
 --------------
 
 The :mod:`tkinter` package ("Tk interface") is the standard Python interface to
-the Tk GUI toolkit.  Both Tk and :mod:`tkinter` are available on most Unix
-platforms, as well as on Windows systems.  (Tk itself is not part of Python; it
-is maintained at ActiveState.)
+the Tcl/Tk GUI toolkit.  Both Tk and :mod:`tkinter` are available on most Unix
+platforms, including macOS, as well as on Windows systems.
 
 Running ``python -m tkinter`` from the command line should open a window
 demonstrating a simple Tk interface, letting you know that :mod:`tkinter` is