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 berker.peksag, docs@python, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2016-09-12.06:49:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473662984.6.0.890311339849.issue20100@psf.upfronthosting.co.za>
In-reply-to
Content
There is small behavior difference. Currently OSError raised for invalid flags has errno=EINVAL, with the patch it wouldn't have errno. If this is okay, the patch LGTM.
History
Date User Action Args
2016-09-12 06:49:44serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, r.david.murray, docs@python, python-dev, berker.peksag
2016-09-12 06:49:44serhiy.storchakasetmessageid: <1473662984.6.0.890311339849.issue20100@psf.upfronthosting.co.za>
2016-09-12 06:49:44serhiy.storchakalinkissue20100 messages
2016-09-12 06:49:44serhiy.storchakacreate