summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-09-02 13:28:59 (GMT)
committerGitHub <noreply@github.com>2020-09-02 13:28:59 (GMT)
commita8b05c4b9727ed7033840a44a67f2ee3d332ab24 (patch)
tree50589f671d29132ea404149b5947785d29f27816
parent77f4000ae0d43a2685face80e7f14d4aba053973 (diff)
downloadcpython-a8b05c4b9727ed7033840a44a67f2ee3d332ab24.zip
cpython-a8b05c4b9727ed7033840a44a67f2ee3d332ab24.tar.gz
cpython-a8b05c4b9727ed7033840a44a67f2ee3d332ab24.tar.bz2
Remove reference to Boa Constructor. (GH-22057)
(cherry picked from commit 1d25f5bf7b795b47e753aca56d7579d4ad7ee468) Co-authored-by: Andre Delfino <adelfino@gmail.com>
-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 81048c9..8af24c5 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.