summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-07-04 06:13:10 (GMT)
committerGitHub <noreply@github.com>2017-07-04 06:13:10 (GMT)
commitd3ed2877a798d07df75422afe136b4727e500c99 (patch)
treea79134d0e2abf112a233e1eb0b299a17a27aeb91 /Doc/faq
parent246ff3bd00f97658e567a7087645a6b76e056491 (diff)
downloadcpython-d3ed2877a798d07df75422afe136b4727e500c99.zip
cpython-d3ed2877a798d07df75422afe136b4727e500c99.tar.gz
cpython-d3ed2877a798d07df75422afe136b4727e500c99.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.
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
------