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 paul.moore
Recipients Jovik, ivan.radic, paul.moore, r.david.murray, tim.golden, zach.ware
Date 2014-05-06.21:45:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399412701.27.0.286119607174.issue19643@psf.upfronthosting.co.za>
In-reply-to
Content
Checking the exact error could be a bit fragile. I have a feeling I recently saw an issue somewhere with code that stopped working on Python 3.4 because the precise error raised for a read-only file changed. I don't recall where the issue was, unfortunately.

It's also worth noting that trapping too broad a set of errors won't actually matter much, because the retry will simply fail again if the actual problem wasn't a read-only file...
History
Date User Action Args
2014-05-06 21:45:01paul.mooresetrecipients: + paul.moore, tim.golden, r.david.murray, zach.ware, Jovik, ivan.radic
2014-05-06 21:45:01paul.mooresetmessageid: <1399412701.27.0.286119607174.issue19643@psf.upfronthosting.co.za>
2014-05-06 21:45:01paul.moorelinkissue19643 messages
2014-05-06 21:45:00paul.moorecreate