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 jkloth
Recipients jeremy.kloth, jkloth, tim.golden
Date 2012-08-01.14:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343830644.0.0.0908729346405.issue15496@psf.upfronthosting.co.za>
In-reply-to
Content
I must also add that the proposed solution works well within the test suite as the access denied error can also occur when creating subsequent files, not just removing them.

This solution eliminates the need to wrap all creation calls with access denied handling, a huge plus IMHO.
History
Date User Action Args
2012-08-01 14:17:24jklothsetrecipients: + jkloth, tim.golden, jeremy.kloth
2012-08-01 14:17:24jklothsetmessageid: <1343830644.0.0.0908729346405.issue15496@psf.upfronthosting.co.za>
2012-08-01 14:17:23jklothlinkissue15496 messages
2012-08-01 14:17:22jklothcreate