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 loewis
Recipients loewis, santoso.wijaya
Date 2012-01-12.18:52:13
SpamBayes Score 0.00033110482
Marked as misclassified No
Message-id <1326394333.81.0.945982449003.issue13775@psf.upfronthosting.co.za>
In-reply-to
Content
I fail to see the bug. The output is correct, you are just misinterpreting it. It gives you the error code, error message, and original filename. It doesn't *actually* claim that the access to test is denied.

Now, changing the file in the message to the dest file doesn't really improve things. It fixes your case, but breaks cases involving problems with the source file.

So if any change is made, it should include both source and dest in the exception.
History
Date User Action Args
2012-01-12 18:52:13loewissetrecipients: + loewis, santoso.wijaya
2012-01-12 18:52:13loewissetmessageid: <1326394333.81.0.945982449003.issue13775@psf.upfronthosting.co.za>
2012-01-12 18:52:13loewislinkissue13775 messages
2012-01-12 18:52:13loewiscreate