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 giampaolo.rodola
Recipients YoSTEALTH, ZackerySpytz, eric.smith, giampaolo.rodola
Date 2020-05-25.20:38:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590439084.59.0.192415959343.issue39673@roundup.psfhosted.org>
In-reply-to
Content
I'm -1 about TimeoutError because the concept of "timeout" is generic enough to be often implemented as a custom exception, which poses questions re. backward/forward compatibilty. E.g. in psutil I have "TimeoutExpired", also providing a "seconds" attribute. Also I've probably never seen ETIME / ETIMEDOUT happening, whereas AFAIU the point of PEP 3151 was to create mappings for the most common errnos.
History
Date User Action Args
2020-05-25 20:38:04giampaolo.rodolasetrecipients: + giampaolo.rodola, eric.smith, YoSTEALTH, ZackerySpytz
2020-05-25 20:38:04giampaolo.rodolasetmessageid: <1590439084.59.0.192415959343.issue39673@roundup.psfhosted.org>
2020-05-25 20:38:04giampaolo.rodolalinkissue39673 messages
2020-05-25 20:38:04giampaolo.rodolacreate