mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in
the checkin.
This commit is contained in:
parent
7ff7d2cb0b
commit
5124b4a082
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue