Message22764
Logged In: YES
user_id=469548
You know what: I think we should remove the os.listdir error
handling:
* The docs only specify "errors resulting from *failed
removals*" as being handled. If they didn't we should worry
about OSErrors from the os.path.* calls in os.walk() too.
* The os.listdir error handling hasn't been in a final
release, so no backwards compatibility problems yet.
* We can't get the path right for os.listdir.
* The problem also existed before the rewrite using
os.walk(), so reverting to that is not a solution.
Patch (the last?) is attached. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:26:48 | admin | link | issue1048941 messages |
| 2007-08-23 14:26:48 | admin | create | |
|