Kaydet (Commit) 5124b4a0 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in

the checkin.
üst 7ff7d2cb
...@@ -359,6 +359,10 @@ Extension modules ...@@ -359,6 +359,10 @@ Extension modules
Library 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 - Bug #754449: threading.Thread objects no longer mask exceptions raised during
interpreter shutdown with another exception from attempting to handle the interpreter shutdown with another exception from attempting to handle the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment