diff options
author | Fred Drake <fdrake@acm.org> | 2002-09-10 21:59:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-09-10 21:59:17 (GMT) |
commit | 691fb55dd2c229eee9246feeffd97c602b401fe9 (patch) | |
tree | 26ffd19078005345e64aec602c510ea8fb7e27d4 /Doc | |
parent | ef1b41ba0a80fb38904ea00669c769cd9556b051 (diff) | |
download | cpython-691fb55dd2c229eee9246feeffd97c602b401fe9.zip cpython-691fb55dd2c229eee9246feeffd97c602b401fe9.tar.gz cpython-691fb55dd2c229eee9246feeffd97c602b401fe9.tar.bz2 |
Clarify who maintains Tkinter and who maintains Tk.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/tkinter.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index 5ee9666..c3422ec 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -38,9 +38,10 @@ Python. \moduleauthor{Guido van Rossum}{guido@Python.org} The \module{Tkinter} module (``Tk interface'') is the standard Python -interface to the Tk GUI toolkit, now maintained at ActiveState. Both -Tk and \module{Tkinter} are available on most \UNIX{} platforms, as well -as on Windows and Macintosh systems. +interface to the Tk GUI toolkit. Both Tk and \module{Tkinter} are +available on most \UNIX{} platforms, as well as on Windows and +Macintosh systems. (Tk itself is not part of Python; it is maintained +at ActiveState.) \begin{seealso} \seetitle[http://www.python.org/topics/tkinter/] |