From: Guido van Rossum Date: Tue, 6 Jul 2004 17:55:25 +0000 (+0000) Subject: Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in X-Git-Tag: v2.3.5c1~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=330fc4b73b3f87129e3a042cf701344ec3bea87d;p=thirdparty%2FPython%2Fcpython.git Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in the checkin. --- diff --git a/Misc/NEWS b/Misc/NEWS index 84ea239a2b4b..f1fbc8155a08 100644 --- 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