[Python-checkins] Remove reference to Boa Constructor. (GH-22057)

Miss Islington (bot) webhook-mailer at python.org
Wed Sep 2 09:29:05 EDT 2020


https://github.com/python/cpython/commit/a8b05c4b9727ed7033840a44a67f2ee3d332ab24
commit: a8b05c4b9727ed7033840a44a67f2ee3d332ab24
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-09-02T08:28:59-05:00
summary:

Remove reference to Boa Constructor. (GH-22057)

(cherry picked from commit 1d25f5bf7b795b47e753aca56d7579d4ad7ee468)

Co-authored-by: Andre Delfino <adelfino at gmail.com>

files:
M Doc/faq/programming.rst

diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
index 81048c9422f32..8af24c5869c20 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.
 



More information about the Python-checkins mailing list