We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736c413 commit 26f42b3Copy full SHA for 26f42b3
Doc/library/sys.rst
@@ -378,7 +378,7 @@ always available.
378
379
This function prints out a given traceback and exception to ``sys.stderr``.
380
381
- When an exception is raised and uncaught, the interpreter calls
+ When an exception other than :exc:`SystemExit` is raised and uncaught, the interpreter calls
382
``sys.excepthook`` with three arguments, the exception class, exception
383
instance, and a traceback object. In an interactive session this happens just
384
before control is returned to the prompt; in a Python program this happens just
0 commit comments