[issue27839] "Python [...] calls sys.displayhook() on unhandled exceptions"
New submission from Jakub Wilk: <https://docs.python.org/3/library/asyncio-dev.html#detect-exceptions-never-c...> reads: "Python usually calls sys.displayhook() on unhandled exceptions. If Future.set_exception() is called, but the exception is never consumed, sys.displayhook() is not called." I believe this should be s/displayhook/excepthook/g. ---------- assignee: docs@python components: Documentation messages: 273446 nosy: docs@python, jwilk priority: normal severity: normal status: open title: "Python [...] calls sys.displayhook() on unhandled exceptions" _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue27839> _______________________________________
Irit Katriel <iritkatriel@yahoo.com> added the comment: Thanks for reporting. That line has been edited out of the doc in the meantime. ---------- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27839> _______________________________________
participants (2)
-
Irit Katriel
-
Jakub Wilk