]> granicus.if.org Git - python/commitdiff
Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in
authorGuido van Rossum <guido@python.org>
Tue, 6 Jul 2004 17:52:32 +0000 (17:52 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 Jul 2004 17:52:32 +0000 (17:52 +0000)
the checkin.

Misc/NEWS

index 488dd0866dda23dc51fadd2930ce4d742ad7dd74..b79c8483f4490d30f0f8c5351e614d8995f5fc02 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -359,6 +359,10 @@ Extension modules
 
 Library
 -------
+  
+- 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.
 
 - Bug #754449: threading.Thread objects no longer mask exceptions raised during
   interpreter shutdown with another exception from attempting to handle the