From: Berker Peksag Date: Tue, 4 Jul 2017 06:13:10 +0000 (+0300) Subject: Remove outdated FOX from GUI FAQ (GH-2538) X-Git-Tag: v3.7.0a1~469 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3ed2877a798d07df75422afe136b4727e500c99;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 477d8c633438..38e1796267ff 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 ------