summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-07-04 06:27:35 (GMT)
committerGitHub <noreply@github.com>2017-07-04 06:27:35 (GMT)
commit23e2c3d193eafa8d16d895a2e59b6f6571e50cd3 (patch)
tree9cb4019b35794641dc58717ca9623169c5bed7bb /Doc/faq
parentbebd2cfa5f21811dd0ee4f3b1a1b85d379b83436 (diff)
downloadcpython-23e2c3d193eafa8d16d895a2e59b6f6571e50cd3.zip
cpython-23e2c3d193eafa8d16d895a2e59b6f6571e50cd3.tar.gz
cpython-23e2c3d193eafa8d16d895a2e59b6f6571e50cd3.tar.bz2
Remove outdated FOX from GUI FAQ (GH-2538)
FXpy doesn't have a Python 3 port and it only supports Python 2.2 and older versions. Reported by Alex Walters on docs@p.o. (cherry picked from commit d3ed2877a798d07df75422afe136b4727e500c99)
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/gui.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst
index 477d8c6..38e1796 100644
--- a/Doc/faq/gui.rst
+++ b/Doc/faq/gui.rst
@@ -94,15 +94,6 @@ Python bindings for `the FLTK toolkit <http://www.fltk.org>`_, a simple yet
powerful and mature cross-platform windowing system, are available from `the
PyFLTK project <http://pyfltk.sourceforge.net>`_.
-
-FOX
-----
-
-A wrapper for `the FOX toolkit <http://www.fox-toolkit.org/>`_ called `FXpy
-<http://fxpy.sourceforge.net/>`_ is available. FOX supports both Unix variants
-and Windows.
-
-
OpenGL
------