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 gvanrossum
Recipients docs@python, giampaolo.rodola, gvanrossum, pitrou, qmega, vstinner, yselivanov
Date 2014-04-28.19:26:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398713172.24.0.553137259656.issue21376@psf.upfronthosting.co.za>
In-reply-to
Content
I considered this, and decided against unifying the two TimeoutErrors.

First the builtin TimeoutError is specifically a subclass of OSError representing the case where errno is ETIMEDOUT.  But asyncio.TimeoutError means nothing of the sort.

Second, the precedent is concurrent.futures.TimeoutError. The asyncio one is used under the same conditions as that one.

I think we should just update the links in the docs to be correct.
History
Date User Action Args
2014-04-28 19:26:12gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, giampaolo.rodola, docs@python, yselivanov, qmega
2014-04-28 19:26:12gvanrossumsetmessageid: <1398713172.24.0.553137259656.issue21376@psf.upfronthosting.co.za>
2014-04-28 19:26:12gvanrossumlinkissue21376 messages
2014-04-28 19:26:11gvanrossumcreate