summaryrefslogtreecommitdiff
path: root/Doc/lib/libthread.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-02 19:33:12 +0000
committerFred Drake <fdrake@acm.org>1998-07-02 19:33:12 +0000
commit91e5211bbf157fc8f38d8ced26718b68441e375b (patch)
tree8212d1ee4ab0aac6765dd8d4150074efb7e0f198 /Doc/lib/libthread.tex
parentd20781b5184420df596881bf630d925478729b69 (diff)
downloadcpython-git-91e5211bbf157fc8f38d8ced26718b68441e375b.tar.gz
Added \deprecated to exit_thread() function.
Reflects Guido's revision.
Diffstat (limited to 'Doc/lib/libthread.tex')
-rw-r--r--Doc/lib/libthread.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex
index 9bc1849b52..c8d251e06e 100644
--- a/Doc/lib/libthread.tex
+++ b/Doc/lib/libthread.tex
@@ -44,6 +44,7 @@ will cause the thread to exit silently.
\end{funcdesc}
\begin{funcdesc}{exit_thread}{}
+\deprecated{1.5.2}{Use \function{exit()}.}
This is an obsolete synonym for \function{exit()}.
\end{funcdesc}