[Python-checkins] python/dist/src/Doc/lib libthreading.tex,1.17,1.18

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Mon, 30 Jun 2003 14:47:49 -0700


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

Modified Files:
	libthreading.tex 
Log Message:
Add versionadded info for the 2 new threading module functions

Index: libthreading.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libthreading.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** libthreading.tex	29 Jun 2003 18:12:23 -0000	1.17
--- libthreading.tex	30 Jun 2003 21:47:47 -0000	1.18
***************
*** 96,99 ****
--- 96,100 ----
  \function{sys.settrace()} for each thread, before its \method{run()}
  method is called.
+ \versionadded{2.3}
  \end{funcdesc}
  
***************
*** 103,106 ****
--- 104,108 ----
  \function{sys.setprofile()} for each thread, before its \method{run()}
  method is called.
+ \versionadded{2.3}
  \end{funcdesc}