diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-05 15:00:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-05 15:00:38 (GMT) |
commit | 43b89b637f98b3af762c81378742071c37ee9a30 (patch) | |
tree | e9dc92cff96974813f0dd40654aaa9a50fce7b32 /Doc/lib/libthread.tex | |
parent | 605843f0c09fa3fc1a065615581c041de3134b80 (diff) | |
download | cpython-43b89b637f98b3af762c81378742071c37ee9a30.zip cpython-43b89b637f98b3af762c81378742071c37ee9a30.tar.gz cpython-43b89b637f98b3af762c81378742071c37ee9a30.tar.bz2 |
Noted by Guido:
Note in the "Caveats" section should refer to the exit() function, not
exit_thread().
Diffstat (limited to 'Doc/lib/libthread.tex')
-rw-r--r-- | Doc/lib/libthread.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index dab7c89..652058d 100644 --- a/Doc/lib/libthread.tex +++ b/Doc/lib/libthread.tex @@ -108,7 +108,7 @@ module is available, interrupts always go to the main thread.) \item Calling \function{sys.exit()} or raising the \exception{SystemExit} -exception is equivalent to calling \function{exit_thread()}. +exception is equivalent to calling \function{exit()}. \item Not all built-in functions that may block waiting for I/O allow other |