[docs] [issue27839] "Python [...] calls sys.displayhook() on unhandled exceptions"

Jakub Wilk report at bugs.python.org
Tue Aug 23 09:48:59 EDT 2016


New submission from Jakub Wilk:

<https://docs.python.org/3/library/asyncio-dev.html#detect-exceptions-never-consumed> 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 at python
components: Documentation
messages: 273446
nosy: docs at python, jwilk
priority: normal
severity: normal
status: open
title: "Python [...] calls sys.displayhook() on unhandled exceptions"

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27839>
_______________________________________


More information about the docs mailing list