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 christian.heimes
Recipients christian.heimes, ezio.melotti, felipecruz, mrshu
Date 2012-10-24.09:55:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351072538.56.0.906300860721.issue15948@psf.upfronthosting.co.za>
In-reply-to
Content
The functions should set an appropriate errno so it's PyErr_SetFromErrno(PyExc_IOError). You should use the PyErr_SetFromErrnoWithFilename*() variants when a file name (PyObject*, char*, unicode) is available.
History
Date User Action Args
2012-10-24 09:55:38christian.heimessetrecipients: + christian.heimes, ezio.melotti, felipecruz, mrshu
2012-10-24 09:55:38christian.heimessetmessageid: <1351072538.56.0.906300860721.issue15948@psf.upfronthosting.co.za>
2012-10-24 09:55:38christian.heimeslinkissue15948 messages
2012-10-24 09:55:38christian.heimescreate