commit | a490d5856dc0bcfbb286feb76dbc5e7a4edddef8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Apr 16 18:12:04 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Apr 16 18:12:04 2001 +0000 |
tree | 1e8e59d03227e95fa3ce1275e0fbfe272e146986 | |
parent | 95f301fa277b62c2e2a0a7d513c77c7349bc289b [diff] |
In walk(), don't die when os.lstat() raises os.error, e.g. because a file was deleted by a previous call to the visitor function. This used to be the behavior in 1.5.2 and before, but a patch to avoid making two stat() calls accidentally broke this in 2.0. Moshe, this would be a good one for 2.0.1 too!