Differences between version 2 and previous revision of python2.2(1).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:51:02 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:51:02 pm | by perry | Revert |
@@ -236,9 +236,9 @@
when it reads an EOF at a prompt. When an unhandled
exception occurs, a stack trace is printed and control
returns to the primary prompt; in non-interactive mode, the
interpreter exits after printing the stack trace. The
-interrupt signal raises the ''KeyboardInterrupt''
+interrupt signal raises the ''!
KeyboardInterrupt''
exception; other UNIX signals are not caught (except that
SIGPIPE is sometimes ignored, in favor of the ''IOError''
exception). Error messages are written to
stderr.