From: Guido van Rossum Date: Tue, 6 Jul 2004 17:52:32 +0000 (+0000) Subject: Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in X-Git-Tag: v2.4a1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5124b4a082552225f3c54fedb6836fbb1613e170;p=python Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in the checkin. --- diff --git a/Misc/NEWS b/Misc/NEWS index 488dd0866d..b79c8483f4 100644 --- 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