From: Andre Delfino Date: Wed, 2 Sep 2020 03:22:55 +0000 (-0300) Subject: Remove reference to Boa Constructor. (GH-22012) X-Git-Tag: v3.10.0a1~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d25f5bf7b795b47e753aca56d7579d4ad7ee468;p=thirdparty%2FPython%2Fcpython.git Remove reference to Boa Constructor. (GH-22012) --- diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index d6a2f2cfc67e..66d210a55fac 100644 --- a/Doc/faq/programming.rst +++ b/Doc/faq/programming.rst @@ -35,12 +35,6 @@ for Windows Extensions `__ project an as a part of the ActivePython distribution (see https://www.activestate.com/activepython\ ). -`Boa Constructor `_ is an IDE and GUI -builder that uses wxWidgets. It offers visual frame creation and manipulation, -an object inspector, many views on the source like object browsers, inheritance -hierarchies, doc string generated html documentation, an advanced debugger, -integrated help, and Zope support. - `Eric `_ is an IDE built on PyQt and the Scintilla editing component.