]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove reference to Boa Constructor. (GH-22012)
authorAndre Delfino <adelfino@gmail.com>
Wed, 2 Sep 2020 03:22:55 +0000 (00:22 -0300)
committerGitHub <noreply@github.com>
Wed, 2 Sep 2020 03:22:55 +0000 (22:22 -0500)
Doc/faq/programming.rst

index d6a2f2cfc67eed7a4a5c8b403336a9f06399f05b..66d210a55fac7e9f06a83c6771dd20a8ab0ccd61 100644 (file)
@@ -35,12 +35,6 @@ for Windows Extensions <https://sourceforge.net/projects/pywin32/>`__ project an
 as a part of the ActivePython distribution (see
 https://www.activestate.com/activepython\ ).
 
-`Boa Constructor <http://boa-constructor.sourceforge.net/>`_ 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 <http://eric-ide.python-projects.org/>`_ is an IDE built on PyQt
 and the Scintilla editing component.