Noted by Guido:

Note in the "Caveats" section should refer to the exit() function, not
exit_thread().
This commit is contained in:
Fred Drake 2000-04-05 15:00:38 +00:00
parent 605843f0c0
commit 43b89b637f
1 changed files with 1 additions and 1 deletions

View File

@ -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