commit | 4a2ccdf781b1648f34f303ee3d411d63c306e17e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jul 14 00:45:59 2004 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jul 14 00:45:59 2004 +0000 |
tree | 21131d37667d86fad60db89e1e3582c239ebd112 | |
parent | 80e1f06594c376a996ae7eb9c7ae26e18fb3d4c5 [diff] |
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects the documented behavior: the function passed to the onerror() handler can now also be os.listdir. [I could've sworn I checked this in, but apparently I didn't, or it got lost???]