summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2004-07-06 17:52:32 (GMT)
committerGuido van Rossum <guido@python.org>2004-07-06 17:52:32 (GMT)
commit5124b4a082552225f3c54fedb6836fbb1613e170 (patch)
tree8989fe60bd2670499a95dca3060772cd8d5c62c7 /Misc
parent7ff7d2cb0bacc96b606830c9cb5fc18f74824c64 (diff)
downloadcpython-5124b4a082552225f3c54fedb6836fbb1613e170.zip
cpython-5124b4a082552225f3c54fedb6836fbb1613e170.tar.gz
cpython-5124b4a082552225f3c54fedb6836fbb1613e170.tar.bz2
Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in
the checkin.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 488dd08..b79c848 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