We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccb81d commit 417a7b5Copy full SHA for 417a7b5
Doc/library/sys.rst
@@ -374,7 +374,7 @@ always available.
374
375
This function prints out a given traceback and exception to ``sys.stderr``.
376
377
- When an exception is raised and uncaught, the interpreter calls
+ When an exception other than :exc:`SystemExit` is raised and uncaught, the interpreter calls
378
``sys.excepthook`` with three arguments, the exception class, exception
379
instance, and a traceback object. In an interactive session this happens just
380
before control is returned to the prompt; in a Python program this happens just
0 commit comments