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 martin.panter, patrila, python-dev, serhiy.storchaka
Date 2016-12-24.12:23:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482582220.29.0.27615268452.issue28815@psf.upfronthosting.co.za>
In-reply-to
Content
Wouldn't be more pythonic to catch (FileNotFoundError, IsADirectoryError, PermissionError) instead of checking errno?
History
Date User Action Args
2016-12-24 12:23:40serhiy.storchakasetrecipients: + serhiy.storchaka, python-dev, martin.panter, patrila
2016-12-24 12:23:40serhiy.storchakasetmessageid: <1482582220.29.0.27615268452.issue28815@psf.upfronthosting.co.za>
2016-12-24 12:23:40serhiy.storchakalinkissue28815 messages
2016-12-24 12:23:40serhiy.storchakacreate