commit | d16eacba48bc625708277a2e78350576ff16c225 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Mon Dec 10 09:00:09 2012 +0100 |
committer | Hynek Schlawack <hs@ox.cx> | Mon Dec 10 09:00:09 2012 +0100 |
tree | a86c785edf04d1e0ff77cce401fb5dd0d16ae643 | |
parent | 175196886ec6739494c3b757317951c91460f0dc [diff] |
#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.