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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2020-11-21.17:27:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605979678.87.0.367966297181.issue42427@roundup.psfhosted.org>
In-reply-to
Content
Some code in the stdlib still uses e.args[0] to access errno of OSError instead of e.errno. The latter is more readable, and also it always success (although can return None), but args can be an empty tuple.
History
Date User Action Args
2020-11-21 17:27:58serhiy.storchakasetrecipients: + serhiy.storchaka
2020-11-21 17:27:58serhiy.storchakasetmessageid: <1605979678.87.0.367966297181.issue42427@roundup.psfhosted.org>
2020-11-21 17:27:58serhiy.storchakalinkissue42427 messages
2020-11-21 17:27:58serhiy.storchakacreate