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 loewis, serhiy.storchaka, vajrasky
Date 2013-08-20.09:32:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376991165.34.0.998422150792.issue18787@psf.upfronthosting.co.za>
In-reply-to
Content
PyErr_SetFromErrno(PyExc_OSError) looks more appropriate for permission denied error. However this change is backward incompatible so perhaps we have to left a KeyError.
History
Date User Action Args
2013-08-20 09:32:45serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, vajrasky
2013-08-20 09:32:45serhiy.storchakasetmessageid: <1376991165.34.0.998422150792.issue18787@psf.upfronthosting.co.za>
2013-08-20 09:32:45serhiy.storchakalinkissue18787 messages
2013-08-20 09:32:45serhiy.storchakacreate