From 43b89b637f98b3af762c81378742071c37ee9a30 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 5 Apr 2000 15:00:38 +0000 Subject: [PATCH] Noted by Guido: Note in the "Caveats" section should refer to the exit() function, not exit_thread(). --- Doc/lib/libthread.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index dab7c897b4..652058da37 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 -- 2.40.0