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 asvetlov
Recipients alex, asvetlov, bquinlan, christian.heimes, corona10, davin, dstufft, janssen, miss-islington, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2020-11-21.12:59:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605963592.47.0.38034069917.issue42413@roundup.psfhosted.org>
In-reply-to
Content
I know that I just create OSError() with errno set to None.

My question is: has the standard library such code examples already?
In other words, how many third-party code will be broken by catching OSError with errno=None?
History
Date User Action Args
2020-11-21 12:59:52asvetlovsetrecipients: + asvetlov, bquinlan, janssen, pitrou, vstinner, christian.heimes, alex, serhiy.storchaka, yselivanov, dstufft, davin, corona10, miss-islington
2020-11-21 12:59:52asvetlovsetmessageid: <1605963592.47.0.38034069917.issue42413@roundup.psfhosted.org>
2020-11-21 12:59:52asvetlovlinkissue42413 messages
2020-11-21 12:59:52asvetlovcreate