From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 2 Sep 2020 13:29:16 +0000 (-0700) Subject: Remove reference to Boa Constructor. (GH-22056) X-Git-Tag: v3.9.0rc2~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2e033807f38b77adb42292e9d5823cad8c0003c;p=thirdparty%2FPython%2Fcpython.git Remove reference to Boa Constructor. (GH-22056) (cherry picked from commit 1d25f5bf7b795b47e753aca56d7579d4ad7ee468) Co-authored-by: Andre Delfino --- diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index 0731e92f6dbc..45ec5c7f856d 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.