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 eryksun
Recipients docs@python, eryksun, xiang.zhang
Date 2016-12-22.07:10:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482390646.57.0.586885065545.issue29045@psf.upfronthosting.co.za>
In-reply-to
Content
PyErr_SetFromWindowsErrWithFilenameObject was never implemented. See issue 11210.

Since 3.3 WindowsError is simply an alias for OSError. See PEP 3151.
History
Date User Action Args
2016-12-22 07:10:46eryksunsetrecipients: + eryksun, docs@python, xiang.zhang
2016-12-22 07:10:46eryksunsetmessageid: <1482390646.57.0.586885065545.issue29045@psf.upfronthosting.co.za>
2016-12-22 07:10:46eryksunlinkissue29045 messages
2016-12-22 07:10:46eryksuncreate