]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
authorGuido van Rossum <guido@python.org>
Wed, 14 Jul 2004 00:45:59 +0000 (00:45 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 Jul 2004 00:45:59 +0000 (00:45 +0000)
commit4a2ccdf781b1648f34f303ee3d411d63c306e17e
tree21131d37667d86fad60db89e1e3582c239ebd112
parent80e1f06594c376a996ae7eb9c7ae26e18fb3d4c5
- 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???]
Lib/shutil.py