From: Berker Peksag Date: Tue, 4 Jul 2017 06:27:35 +0000 (+0300) Subject: Remove outdated FOX from GUI FAQ (GH-2538) X-Git-Tag: v3.6.3rc1~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23e2c3d193eafa8d16d895a2e59b6f6571e50cd3;p=python 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) --- diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 477d8c6334..38e1796267 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -94,15 +94,6 @@ Python bindings for `the FLTK toolkit `_, a simple yet powerful and mature cross-platform windowing system, are available from `the PyFLTK project `_. - -FOX ----- - -A wrapper for `the FOX toolkit `_ called `FXpy -`_ is available. FOX supports both Unix variants -and Windows. - - OpenGL ------