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@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27839>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to