From: Fred Drake Date: Tue, 10 Sep 2002 21:59:44 +0000 (+0000) Subject: Clarify who maintains Tkinter and who maintains Tk. X-Git-Tag: v2.2.2b1~176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8513a66e208ab547b7b2ee3e27f73ee41b6f9014;p=thirdparty%2FPython%2Fcpython.git Clarify who maintains Tkinter and who maintains Tk. --- diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index 5ee9666bfad2..c3422ec27d3c 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/]