[Python-checkins] python/dist/src/Doc/lib libthread.tex,1.29,1.30

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Wed, 09 Jul 2003 05:41:57 -0700


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

Modified Files:
	libthread.tex 
Log Message:
Add versionadded.  Remove duplicate "to"

Index: libthread.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libthread.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** libthread.tex	8 Jul 2003 17:07:20 -0000	1.29
--- libthread.tex	9 Jul 2003 12:41:55 -0000	1.30
***************
*** 46,50 ****
  \begin{funcdesc}{interrupt_main}{}
  Raise a KeyboardInterrupt in the main thread.  A subthread can use this
! function to to interrupt the main thread.
  \end{funcdesc}
  
--- 46,51 ----
  \begin{funcdesc}{interrupt_main}{}
  Raise a KeyboardInterrupt in the main thread.  A subthread can use this
! function to interrupt the main thread.
! \versionadded{2.3}
  \end{funcdesc}