[Python-checkins] r50966 - python/trunk/Doc/lib/tkinter.tex

fred.drake python-checkins at python.org
Sun Jul 30 07:49:49 CEST 2006


Author: fred.drake
Date: Sun Jul 30 07:49:49 2006
New Revision: 50966

Modified:
   python/trunk/Doc/lib/tkinter.tex
Log:
remove possibly-outdated comment on what GUI toolkit is most commonly used;
it is hard to know whether this is right, and it does not add valuable reference information
at any rate


Modified: python/trunk/Doc/lib/tkinter.tex
==============================================================================
--- python/trunk/Doc/lib/tkinter.tex	(original)
+++ python/trunk/Doc/lib/tkinter.tex	Sun Jul 30 07:49:49 2006
@@ -18,10 +18,9 @@
 module \module{\_tkinter} provides a threadsafe mechanism which allows
 Python and Tcl to interact.
 
-Tk is not the only GUI for Python, but is however the most commonly
-used one; see section~\ref{other-gui-modules}, ``Other User Interface
-Modules and Packages,'' for more information on other GUI toolkits for
-Python.
+Tk is not the only GUI for Python; see
+section~\ref{other-gui-modules}, ``Other User Interface Modules and
+Packages,'' for more information on other GUI toolkits for Python.
 
 % Other sections I have in mind are
 % Tkinter internals


More information about the Python-checkins mailing list