]> granicus.if.org Git - python/commit
#15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree
authorHynek Schlawack <hs@ox.cx>
Mon, 10 Dec 2012 08:11:25 +0000 (09:11 +0100)
committerHynek Schlawack <hs@ox.cx>
Mon, 10 Dec 2012 08:11:25 +0000 (09:11 +0100)
commitb550110f6485913bf4f5037df11c88158e788993
tree7c8d0d8a6197c5e9a1eb0a960880e68b715e5c87
parentaf72f9ea9cbd559b99b54a1b388cf497ae08a5c7
parentd16eacba48bc625708277a2e78350576ff16c225
#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.
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS