[Python-checkins] python/dist/src/Doc/lib tkinter.tex,1.23,1.24

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sat Feb 28 10:19:35 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26370/Doc/lib

Modified Files:
	tkinter.tex 
Log Message:
Add version changed/added to doc

Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** tkinter.tex	18 Feb 2004 05:59:52 -0000	1.23
--- tkinter.tex	28 Feb 2004 15:19:33 -0000	1.24
***************
*** 100,103 ****
--- 100,104 ----
  of an appliation. Each instance has its own associated Tcl interpreter.
  % FIXME: The following keyword arguments are currently recognized:
+ \versionchanged[The \var{useTk} parameter was added]{2.4}
  \end{classdesc}
  
***************
*** 111,114 ****
--- 112,116 ----
  window created (and the Tk subsystem initialized) by calling its
  \method{loadtk} method.
+ \versionadded{2.4}
  \end{funcdesc}
  




More information about the Python-checkins mailing list