]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in
authorGuido van Rossum <guido@python.org>
Tue, 6 Jul 2004 17:55:25 +0000 (17:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 Jul 2004 17:55:25 +0000 (17:55 +0000)
the checkin.

Misc/NEWS

index 84ea239a2b4b814c8e80fb5df9aaf41a507c7c65..f1fbc8155a0891da9dfc0031fe9af12607668567 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,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 will no longer mask exceptions raised during
   interpreter shutdown with another exception caused by attempting to output