diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-02 19:33:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-02 19:33:12 (GMT) |
commit | 91e5211bbf157fc8f38d8ced26718b68441e375b (patch) | |
tree | 8212d1ee4ab0aac6765dd8d4150074efb7e0f198 /Doc/lib/libthread.tex | |
parent | d20781b5184420df596881bf630d925478729b69 (diff) | |
download | cpython-91e5211bbf157fc8f38d8ced26718b68441e375b.zip cpython-91e5211bbf157fc8f38d8ced26718b68441e375b.tar.gz cpython-91e5211bbf157fc8f38d8ced26718b68441e375b.tar.bz2 |
Added \deprecated to exit_thread() function.
Reflects Guido's revision.
Diffstat (limited to 'Doc/lib/libthread.tex')
-rw-r--r-- | Doc/lib/libthread.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index 9bc1849..c8d251e 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} |