]> granicus.if.org Git - python/commit
#15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree
authorHynek Schlawack <hs@ox.cx>
Mon, 10 Dec 2012 08:00:09 +0000 (09:00 +0100)
committerHynek Schlawack <hs@ox.cx>
Mon, 10 Dec 2012 08:00:09 +0000 (09:00 +0100)
commitd16eacba48bc625708277a2e78350576ff16c225
treea86c785edf04d1e0ff77cce401fb5dd0d16ae643
parent175196886ec6739494c3b757317951c91460f0dc
#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.
Lib/test/test_shutil.py
Misc/NEWS