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 zach.ware
Recipients paul.moore, python-dev, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2015-10-06.20:33:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444163621.71.0.317845749706.issue25097@psf.upfronthosting.co.za>
In-reply-to
Content
Turned out that your change didn't quite do it, but it was just the method you used to try to access the errno (which looks like it ought to work from the formatting of the error message).

Mere moments after pushing the fix for that, I realized that the new try/except was silently swallowing any other win32 errors that weren't permission errors, so that's the second batch of commits from me.
History
Date User Action Args
2015-10-06 20:33:41zach.waresetrecipients: + zach.ware, paul.moore, vinay.sajip, tim.golden, python-dev, steve.dower
2015-10-06 20:33:41zach.waresetmessageid: <1444163621.71.0.317845749706.issue25097@psf.upfronthosting.co.za>
2015-10-06 20:33:41zach.warelinkissue25097 messages
2015-10-06 20:33:41zach.warecreate