]> granicus.if.org Git - python/commit
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
authorGuido van Rossum <guido@python.org>
Wed, 14 Jul 2004 00:48:58 +0000 (00:48 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 Jul 2004 00:48:58 +0000 (00:48 +0000)
commit8cec3ab0e44a65d9bb0b70f6963defd21dbeccbf
tree30da3d0be90b16171fa6ed71a27f9951b90398ac
parent4a2ccdf781b1648f34f303ee3d411d63c306e17e
- 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???]
Doc/lib/libshutil.tex
Lib/test/test_shutil.py