From: Fred Drake Date: Thu, 2 Jul 1998 19:33:12 +0000 (+0000) Subject: Added \deprecated to exit_thread() function. X-Git-Tag: v1.5.2a1~356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91e5211bbf157fc8f38d8ced26718b68441e375b;p=python Added \deprecated to exit_thread() function. Reflects Guido's revision. --- 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}