[Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads
serhiy.storchaka
python-checkins at python.org
Sun Oct 13 22:35:10 CEST 2013
http://hg.python.org/cpython/rev/ee7c6fe60aca
changeset: 86348:ee7c6fe60aca
branch: 2.7
parent: 86342:fa7cfbec0d32
parent: 86340:68e7acb0ba5b
user: Serhiy Storchaka <storchaka at gmail.com>
date: Sun Oct 13 23:29:53 2013 +0300
summary:
Merge heads
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