From: Hynek Schlawack Date: Mon, 10 Dec 2012 08:15:23 +0000 (+0100) Subject: #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree X-Git-Tag: v3.4.0a1~1877 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae9a9e9a2d57ec91e7637ae19001ac167bae9038;p=thirdparty%2FPython%2Fcpython.git #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. --- ae9a9e9a2d57ec91e7637ae19001ac167bae9038