commit | b550110f6485913bf4f5037df11c88158e788993 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Mon Dec 10 09:11:25 2012 +0100 |
committer | Hynek Schlawack <hs@ox.cx> | Mon Dec 10 09:11:25 2012 +0100 |
tree | 7c8d0d8a6197c5e9a1eb0a960880e68b715e5c87 | |
parent | af72f9ea9cbd559b99b54a1b388cf497ae08a5c7 [diff] | |
parent | d16eacba48bc625708277a2e78350576ff16c225 [diff] |
#15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree It caused rmtree to not ignore certain errors when ignore_errors was set. Patch by Alessandro Moura and Serhiy Storchaka.