From 330fc4b73b3f87129e3a042cf701344ec3bea87d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 6 Jul 2004 17:55:25 +0000 Subject: [PATCH] Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in the checkin. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.3