[Python-checkins] cpython (3.2): Mention PySide in the "other GUIs" page.

antoine.pitrou python-checkins at python.org
Sat Dec 3 21:13:07 CET 2011


http://hg.python.org/cpython/rev/bc3f1629d825
changeset:   73830:bc3f1629d825
branch:      3.2
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Dec 03 21:07:01 2011 +0100
summary:
  Mention PySide in the "other GUIs" page.

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


diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst
--- a/Doc/library/othergui.rst
+++ b/Doc/library/othergui.rst
@@ -61,6 +61,11 @@
       with Python and Qt <http://www.qtrac.eu/pyqtbook.html>`_, by Mark
       Summerfield.
 
+   `PySide <http://www.pyside.org/>`_
+      is a newer binding to the Qt toolkit, provided by Nokia.
+      Compared to PyQt, its licensing scheme is friendlier to non-open source
+      applications.
+
    `wxPython <http://www.wxpython.org>`_
       wxPython is a cross-platform GUI toolkit for Python that is built around
       the popular `wxWidgets <http://www.wxwidgets.org/>`_ (formerly wxWindows)

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


More information about the Python-checkins mailing list