This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jwilk
Recipients docs@python, jwilk
Date 2016-08-23.13:48:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471960139.35.0.924295727518.issue27839@psf.upfronthosting.co.za>
In-reply-to
Content
<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.
History
Date User Action Args
2016-08-23 13:48:59jwilksetrecipients: + jwilk, docs@python
2016-08-23 13:48:59jwilksetmessageid: <1471960139.35.0.924295727518.issue27839@psf.upfronthosting.co.za>
2016-08-23 13:48:59jwilklinkissue27839 messages
2016-08-23 13:48:59jwilkcreate