[3.10] bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835) by miss-islington · Pull Request #27891 · python/cpython
Expand Up
@@ -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 Expand Down
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 Expand Down