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 xiang.zhang
Recipients docs@python, xiang.zhang
Date 2016-12-22.06:06:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482386780.7.0.302567843382.issue29045@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3.7/c-api/exceptions.html#c.PyErr_SetFromWindowsErrWithFilename it stills refers to PyErr_SetFromWindowsErrWithFilenameObject but this function doesn't exist since Py3.4. I didn't find when and why it's deleted.

And https://docs.python.org/3.4/c-api/exceptions.html#c.PyErr_SetFromWindowsErr raises OSError instead of WindowsError.
History
Date User Action Args
2016-12-22 06:06:20xiang.zhangsetrecipients: + xiang.zhang, docs@python
2016-12-22 06:06:20xiang.zhangsetmessageid: <1482386780.7.0.302567843382.issue29045@psf.upfronthosting.co.za>
2016-12-22 06:06:20xiang.zhanglinkissue29045 messages
2016-12-22 06:06:20xiang.zhangcreate