diff options
author | Hynek Schlawack <hs@ox.cx> | 2012-12-10 08:00:09 (GMT) |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2012-12-10 08:00:09 (GMT) |
commit | d16eacba48bc625708277a2e78350576ff16c225 (patch) | |
tree | a86c785edf04d1e0ff77cce401fb5dd0d16ae643 /Misc/NEWS | |
parent | 175196886ec6739494c3b757317951c91460f0dc (diff) | |
download | cpython-d16eacba48bc625708277a2e78350576ff16c225.zip cpython-d16eacba48bc625708277a2e78350576ff16c225.tar.gz cpython-d16eacba48bc625708277a2e78350576ff16c225.tar.bz2 |
#15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree
It cause shutil.rmtree not ignore all errors. Also add a test ensuring that
rmtree fails when being called on a symlink. Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -685,6 +685,10 @@ Extension Modules Tests ----- +- Issue #15872: Add tests for a 3.3 regression which caused the new fd-based + shutil.rmtree not ignore all errors. Also add a test ensuring that rmtree + fails when being called on a symlink. Patch by Serhiy Storchaka. + - Issue #16559: Add more tests for the json module, including some from the official test suite at json.org. Patch by Serhiy Storchaka. |