]> granicus.if.org Git - python/commitdiff
Add versionadded info for the 2 new threading module functions
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 30 Jun 2003 21:47:47 +0000 (21:47 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 30 Jun 2003 21:47:47 +0000 (21:47 +0000)
Doc/lib/libthreading.tex

index d3a73229055967f591c859c20a1048a485998986..f6d7e4d90a3817682bd7e0a907237eebb7032c25 100644 (file)
@@ -95,6 +95,7 @@ Set a trace function\index{trace function} for all threads started
 from the \module{threading} module.  The \var{func} will be passed to 
 \function{sys.settrace()} for each thread, before its \method{run()}
 method is called.
+\versionadded{2.3}
 \end{funcdesc}
 
 \begin{funcdesc}{setprofile}{func}
@@ -102,6 +103,7 @@ Set a profile function\index{profile function} for all threads started
 from the \module{threading} module.  The \var{func} will be passed to 
 \function{sys.setprofile()} for each thread, before its \method{run()}
 method is called.
+\versionadded{2.3}
 \end{funcdesc}
 
 Detailed interfaces for the objects are documented below.