Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 691fb55

Browse files
committed
Clarify who maintains Tkinter and who maintains Tk.
1 parent ef1b41b commit 691fb55

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/lib/tkinter.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ \section{\module{Tkinter} ---
3838
\moduleauthor{Guido van Rossum}{[email protected]}
3939

4040
The \module{Tkinter} module (``Tk interface'') is the standard Python
41-
interface to the Tk GUI toolkit, now maintained at ActiveState. Both
42-
Tk and \module{Tkinter} are available on most \UNIX{} platforms, as well
43-
as on Windows and Macintosh systems.
41+
interface to the Tk GUI toolkit. Both Tk and \module{Tkinter} are
42+
available on most \UNIX{} platforms, as well as on Windows and
43+
Macintosh systems. (Tk itself is not part of Python; it is maintained
44+
at ActiveState.)
4445

4546
\begin{seealso}
4647
\seetitle[http://www.python.org/topics/tkinter/]

0 commit comments

Comments
 (0)