[Python-checkins] r56729 - doctools/trunk/Doc-26/library/tk.rst
mark.summerfield
python-checkins at python.org
Sat Aug 4 09:11:49 CEST 2007
Author: mark.summerfield
Date: Sat Aug 4 09:11:49 2007
New Revision: 56729
Modified:
doctools/trunk/Doc-26/library/tk.rst
Log:
Changed third para of description to give greater emphasis
to other GUI toolkits.
Modified: doctools/trunk/Doc-26/library/tk.rst
==============================================================================
--- doctools/trunk/Doc-26/library/tk.rst (original)
+++ doctools/trunk/Doc-26/library/tk.rst Sat Aug 4 09:11:49 2007
@@ -21,8 +21,11 @@
classes. In addition, the internal module :mod:`_tkinter` provides a threadsafe
mechanism which allows Python and Tcl to interact.
-Tk is not the only GUI for Python; see section :ref:`other-gui-packages` for
-more information on other GUI toolkits for Python.
+: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.
.. toctree::
More information about the Python-checkins
mailing list