[Python-checkins] cpython (2.7): PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.

georg.brandl python-checkins at python.org
Sun Oct 6 12:46:00 CEST 2013


http://hg.python.org/cpython/rev/c5d1b25d43a5
changeset:   86067:c5d1b25d43a5
branch:      2.7
parent:      86064:0c680936036c
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 12:46:13 2013 +0200
summary:
  PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.

Found by Helge Stenström on docs at .

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


diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst
--- a/Doc/library/othergui.rst
+++ b/Doc/library/othergui.rst
@@ -14,7 +14,7 @@
       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
-      `PythonCAD <http://www.pythoncad.org/>`_. An online `tutorial
+      `WingIDE <http://wingide.com/>`_. 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