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
This commit is contained in:
Fred Drake 2006-07-30 05:49:49 +00:00
parent c3c805e8b2
commit 21731118af
1 changed files with 3 additions and 4 deletions

View File

@ -18,10 +18,9 @@ implement the Tk widgets as Python classes. In addition, the internal
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