summaryrefslogtreecommitdiffstats
path: root/Doc/library/tk.rst
diff options
context:
space:
mode:
authorGautam Chaudhuri <gautam.chaudhuri.1803@gmail.com>2021-08-17 09:00:58 (GMT)
committerGitHub <noreply@github.com>2021-08-17 09:00:58 (GMT)
commit6a358bb9482f7595b858ea7b800cbe66f0de5fa1 (patch)
treefca4e9b9c1640770ca81e44e3c315b0c198055c4 /Doc/library/tk.rst
parent1512bc21d60f098a9e9f37b44a2f6a9b49a3fd4f (diff)
downloadcpython-6a358bb9482f7595b858ea7b800cbe66f0de5fa1.zip
cpython-6a358bb9482f7595b858ea7b800cbe66f0de5fa1.tar.gz
cpython-6a358bb9482f7595b858ea7b800cbe66f0de5fa1.tar.bz2
bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
Diffstat (limited to 'Doc/library/tk.rst')
-rw-r--r--Doc/library/tk.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/tk.rst b/Doc/library/tk.rst
index 691c9df..0cb8fda 100644
--- a/Doc/library/tk.rst
+++ b/Doc/library/tk.rst
@@ -26,8 +26,8 @@ bundled with Python. Although its standard documentation is weak, good
material is available, which includes: references, tutorials, a book and
others. :mod:`tkinter` is also famous for having an outdated look and feel,
which has been vastly improved in Tk 8.5. Nevertheless, there are many other
-GUI libraries that you could be interested in. For more information about
-alternatives, see the :ref:`other-gui-packages` section.
+GUI libraries that you could be interested in. The Python wiki lists several
+alternative `GUI frameworks and tools <https://wiki.python.org/moin/GuiProgramming>`_.
.. toctree::
@@ -41,7 +41,6 @@ alternatives, see the :ref:`other-gui-packages` section.
tkinter.ttk.rst
tkinter.tix.rst
idle.rst
- othergui.rst
.. Other sections I have in mind are
Tkinter internals