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 vinay.sajip
Recipients brian.curtin, neologix, phlogistonjohn, python-dev, vinay.sajip
Date 2012-05-02.21:01:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335992471.9.0.523296525575.issue14632@psf.upfronthosting.co.za>
In-reply-to
Content
Re. the error on open(), I have no idea why it's failing. That's just open, and it appears to be trying to open a file in a directory for which one would expect you to have write access.

Re. the error on unlink(), could that be an older version of the code that you're running? There was a cleanup() function, but I have removed it (and re-tested) before closing the issue.

The 3.x buildbots appear not to be showing this failure.
History
Date User Action Args
2012-05-02 21:01:11vinay.sajipsetrecipients: + vinay.sajip, brian.curtin, neologix, python-dev, phlogistonjohn
2012-05-02 21:01:11vinay.sajipsetmessageid: <1335992471.9.0.523296525575.issue14632@psf.upfronthosting.co.za>
2012-05-02 21:01:11vinay.sajiplinkissue14632 messages
2012-05-02 21:01:11vinay.sajipcreate