Added \deprecated to exit_thread() function.

Reflects Guido's revision.
This commit is contained in:
Fred Drake 1998-07-02 19:33:12 +00:00
parent d20781b518
commit 91e5211bbf
1 changed files with 1 additions and 0 deletions

View File

@ -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}