[Python-checkins] python/dist/src/Doc/lib tkinter.tex,1.13,1.14

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 10 Sep 2002 14:59:19 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv22324/lib

Modified Files:
	tkinter.tex 
Log Message:
Clarify who maintains Tkinter and who maintains Tk.

Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** tkinter.tex	8 Jul 2002 14:42:22 -0000	1.13
--- tkinter.tex	10 Sep 2002 21:59:17 -0000	1.14
***************
*** 39,45 ****
  
  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.
  
  \begin{seealso}
--- 39,46 ----
  
  The \module{Tkinter} module (``Tk interface'') is the standard Python
! 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}