]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove reference to Boa Constructor. (GH-22057)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 2 Sep 2020 13:28:59 +0000 (06:28 -0700)
committerGitHub <noreply@github.com>
Wed, 2 Sep 2020 13:28:59 +0000 (08:28 -0500)
(cherry picked from commit 1d25f5bf7b795b47e753aca56d7579d4ad7ee468)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
Doc/faq/programming.rst

index 81048c9422f3216bb709ac55b1d973e3796ff8c1..8af24c5869c204df2deb92e970613814ead55773 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.