mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Clarify who maintains Tkinter and who maintains Tk.
This commit is contained in:
parent
ef1b41ba0a
commit
691fb55dd2
1 changed files with 4 additions and 3 deletions
|
|
@ -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/]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue