]> 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:15:23 +0000 (09:15 +0100)
committerHynek Schlawack <hs@ox.cx>
Mon, 10 Dec 2012 08:15:23 +0000 (09:15 +0100)
commitae9a9e9a2d57ec91e7637ae19001ac167bae9038
tree713e4e5264fa48dbd9aa7e437723149fdcd8dafb
parente53e44f3bb95bed675035d69a7605f6878159e2c
parentb550110f6485913bf4f5037df11c88158e788993
#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