summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2020-09-02 03:22:55 (GMT)
committerGitHub <noreply@github.com>2020-09-02 03:22:55 (GMT)
commit1d25f5bf7b795b47e753aca56d7579d4ad7ee468 (patch)
tree08e1f2912cb23d0cec0cbebeb6f4e22dbedfeaed /Doc/faq
parentdea82b67315a6b873f7d4e558dd00a851137dcbb (diff)
downloadcpython-1d25f5bf7b795b47e753aca56d7579d4ad7ee468.zip
cpython-1d25f5bf7b795b47e753aca56d7579d4ad7ee468.tar.gz
cpython-1d25f5bf7b795b47e753aca56d7579d4ad7ee468.tar.bz2
Remove reference to Boa Constructor. (GH-22012)
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/programming.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
index d6a2f2c..66d210a 100644
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -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.