mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Added \deprecated to exit_thread() function.
Reflects Guido's revision.
This commit is contained in:
parent
d20781b518
commit
91e5211bbf
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ will cause the thread to exit silently.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{exit_thread}{}
|
\begin{funcdesc}{exit_thread}{}
|
||||||
|
\deprecated{1.5.2}{Use \function{exit()}.}
|
||||||
This is an obsolete synonym for \function{exit()}.
|
This is an obsolete synonym for \function{exit()}.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue