Kaydet (Commit) 43b89b63 authored tarafından Fred Drake's avatar Fred Drake

Noted by Guido:

Note in the "Caveats" section should refer to the exit() function, not
exit_thread().
üst 605843f0
...@@ -108,7 +108,7 @@ module is available, interrupts always go to the main thread.) ...@@ -108,7 +108,7 @@ module is available, interrupts always go to the main thread.)
\item \item
Calling \function{sys.exit()} or raising the \exception{SystemExit} 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 \item
Not all built-in functions that may block waiting for I/O allow other Not all built-in functions that may block waiting for I/O allow other
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment