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 vlad
Recipients eli.bendersky, georg.brandl, ncoghlan, serhiy.storchaka, vlad
Date 2013-09-04.10:59:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378292394.09.0.985622765948.issue18849@psf.upfronthosting.co.za>
In-reply-to
Content
1. I agree that consistency between 2.7 and 3.* have some value, but maybe it's better to take less permissive approach in 3.* instead and only retry when exception is PermissionError _and_ errno is EACCES?

2. Currently it's being reraised unless platform.name == 'nt'. Also, I added a test, so if there are problems on other platforms, they will surface (I myself only tried it on linux and windows 7 though).
History
Date User Action Args
2013-09-04 10:59:54vladsetrecipients: + vlad, georg.brandl, ncoghlan, eli.bendersky, serhiy.storchaka
2013-09-04 10:59:54vladsetmessageid: <1378292394.09.0.985622765948.issue18849@psf.upfronthosting.co.za>
2013-09-04 10:59:54vladlinkissue18849 messages
2013-09-04 10:59:53vladcreate