[Python-checkins] r63157 - in sandbox/trunk/ttk-gsoc/Doc/library: othergui.rst.diff tk.rst.diff

guilherme.polo python-checkins at python.org
Mon May 12 13:24:08 CEST 2008


Author: guilherme.polo
Date: Mon May 12 13:24:08 2008
New Revision: 63157

Log:
Removed othergui.rst.diff as it has been applied in python repo, and updated tk.rst.diff since it has been applied partly in python repo too.

Removed:
   sandbox/trunk/ttk-gsoc/Doc/library/othergui.rst.diff
Modified:
   sandbox/trunk/ttk-gsoc/Doc/library/tk.rst.diff

Deleted: sandbox/trunk/ttk-gsoc/Doc/library/othergui.rst.diff
==============================================================================
--- sandbox/trunk/ttk-gsoc/Doc/library/othergui.rst.diff	Mon May 12 13:24:08 2008
+++ (empty file)
@@ -1,18 +0,0 @@
-Index: Doc/library/othergui.rst
-===================================================================
---- Doc/library/othergui.rst	(revision 62383)
-+++ Doc/library/othergui.rst	(working copy)
-@@ -69,10 +69,9 @@
-       <http://www.amazon.com/exec/obidos/ASIN/1932394621>`_, by Noel Rappin and
-       Robin Dunn.
- 
--PyGTK, PyQt, and wxPython, all have a modern look and feel and far more
--widgets and better documentation than Tkinter. In addition,
--there are many other GUI toolkits for Python, both cross-platform, and
--platform-specific. See the `GUI Programming
-+PyGTK, PyQt, and wxPython, all have a modern look and feel and more
-+widgets than Tkinter. In addition, there are many other GUI toolkits for 
-+Python, both cross-platform, and platform-specific. See the `GUI Programming
- <http://wiki.python.org/moin/GuiProgramming>`_ page in the Python Wiki for a
- much more complete list, and also for links to documents where the
- different GUI toolkits are compared.

Modified: sandbox/trunk/ttk-gsoc/Doc/library/tk.rst.diff
==============================================================================
--- sandbox/trunk/ttk-gsoc/Doc/library/tk.rst.diff	(original)
+++ sandbox/trunk/ttk-gsoc/Doc/library/tk.rst.diff	Mon May 12 13:24:08 2008
@@ -1,31 +1,18 @@
 Index: Doc/library/tk.rst
 ===================================================================
---- Doc/library/tk.rst	(revision 62383)
+--- Doc/library/tk.rst	(revision 63156)
 +++ Doc/library/tk.rst	(working copy)
 @@ -12,7 +12,8 @@
  
  Tk/Tcl has long been an integral part of Python.  It provides a robust and
  platform independent windowing toolkit, that is available to Python programmers
 -using the :mod:`Tkinter` module, and its extension, the :mod:`Tix` module.
-+using the :mod:`Tkinter` module, its extension, the :mod:`Tix` module and
-+the :mod:`Ttk` module for using themed widgets.
++using the :mod:`Tkinter` module, its extension, the :mod:`Tix` module and the
++:mod:`Ttk` module for using themed widgets.
  
  The :mod:`Tkinter` module is a thin object-oriented layer on top of Tcl/Tk. To
  use :mod:`Tkinter`, you don't need to write Tcl code, but you will need to
-@@ -22,14 +23,16 @@
- mechanism which allows Python and Tcl to interact.
- 
- :mod:`Tkinter`'s chief virtues are that it is fast, and that it usually comes
--bundled with Python. Although it has been used to create some very good
--applications, including IDLE, it has weak documentation and an outdated look and
--feel. For more modern, better documented, and much more extensive GUI
--libraries, see the :ref:`other-gui-packages` section.
-+bundled with Python, but it has the fame of having an outdated look and feel.
-+Tk 8.5 has improved a lot on look and feel, so this is not entirely true 
-+anymore, nevertheless, there are many other GUI libraries that you could be
-+be interested in. For more information about alternatives, see the 
-+:ref:`other-gui-packages` section.
- 
+@@ -32,6 +33,7 @@
  .. toctree::
     
     tkinter.rst


More information about the Python-checkins mailing list