[Python-checkins] cpython (2.7): Wing IDE is switching to PyQt...

georg.brandl python-checkins at python.org
Sun Oct 13 22:23:47 CEST 2013


http://hg.python.org/cpython/rev/68e7acb0ba5b
changeset:   86340:68e7acb0ba5b
branch:      2.7
parent:      86326:bca5ba1ea5aa
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 13 22:23:27 2013 +0200
summary:
  Wing IDE is switching to PyQt...

files:
  Doc/library/othergui.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst
--- a/Doc/library/othergui.rst
+++ b/Doc/library/othergui.rst
@@ -13,8 +13,7 @@
       provides an object oriented interface that is slightly higher level than
       the C one. It comes with many more widgets than Tkinter provides, and has
       good Python-specific reference documentation. There are also bindings to
-      `GNOME <http://www.gnome.org>`_.  One well known PyGTK application is
-      `WingIDE <http://wingide.com/>`_. An online `tutorial
+      `GNOME <http://www.gnome.org>`_.  An online `tutorial
       <http://www.pygtk.org/pygtk2tutorial/index.html>`_ is available.
 
    `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/>`_

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list