Message218023
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... |
|
| Date |
User |
Action |
Args |
| 2014-05-06 21:45:01 | paul.moore | set | recipients:
+ paul.moore, tim.golden, r.david.murray, zach.ware, Jovik, ivan.radic |
| 2014-05-06 21:45:01 | paul.moore | set | messageid: <[email protected]> |
| 2014-05-06 21:45:01 | paul.moore | link | issue19643 messages |
| 2014-05-06 21:45:00 | paul.moore | create | |
|