From: Mark Roseman Date: Sun, 22 Aug 2021 18:35:22 +0000 (-0700) Subject: bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835) X-Git-Tag: v3.11.0a1~366 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=141c7a4fce8def67baa9d24f542c105b8502893e;p=thirdparty%2FPython%2Fcpython.git bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835) --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 45bcab644798..c397956d7cf6 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -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