mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Added \deprecated to exit_thread() function.
Reflects Guido's revision.
This commit is contained in:
parent
d20781b518
commit
91e5211bbf
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user